@@ -65,18 +65,19 @@ and just ask the editors to select the category.
6565
6666[ submit_crate ] : https://users.rust-lang.org/t/crate-of-the-week/2704
6767
68- ## [ Call for Testing] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
68+ ## Calls for Testing
6969An important step for RFC implementation is for people to experiment with the
7070implementation and give feedback, especially before stabilization. The following
7171RFCs would benefit from user testing before moving forward:
7272
73- <!-- Calls for Testing go here, use this format:
74- * [<RFC Topic>](<RFC URL>)
75- * [Tracking Issue](<Tracking Issue URL>)
76- * [Testing steps](<Testing Steps URL>)
77- -->
78- <!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
79- <!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
73+ ### [ RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
74+ * * No calls for testing were issued this week.*
75+
76+ ### [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing )
77+ * * No calls for testing were issued this week.*
78+
79+ ### [ Rustup] ( https://github.com/rust-lang/rustup/labels/call-for-testing )
80+ * * No calls for testing were issued this week.*
8081
8182If you are a feature implementer and would like your RFC to appear on the above list, add the new ` call-for-testing `
8283label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
@@ -130,44 +131,37 @@ Revision range: [263a3aee..170d6cb8](https://perf.rust-lang.org/?start=263a3aeeb
130131Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
131132are the RFCs that were approved for implementation this week:
132133
133- <!-- Approved RFCs go here, use this format: * [Topic](URL) -->
134- <!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
135- <!-- * []() -->
136-
137- <!--
138- ### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
139- <!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
140- <!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
141- -->
134+ * * No RFCs were approved this week.*
142135
143136### Final Comment Period
144137
145138Every week, [ the team] ( https://www.rust-lang.org/team.html ) announces the 'final comment period' for RFCs and key PRs
146139which are reaching a decision. Express your opinions now.
147140
148141#### [ RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
142+ * * No RFCs entered Final Comment Period this week.*
149143
150- <!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
151- <!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
152- <!-- * [disposition: ] []() -->
153-
154- #### [ Tracking Issues & PRs] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
144+ #### Tracking Issues & PRs
145+ ##### [ Rust] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
146+ * * No RFCs entered Final Comment Period this week.*
155147
156- <!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
157- <!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
158- <!-- * [disposition: ] []() -->
148+ ##### [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
149+ [ disposition: merge] [ Allow build scripts to report error messages through ` cargo::error ` ] ( https://github.com/rust-lang/cargo/pull/14435 )
159150
160- ### [ Language Reference ] ( https://github.com/rust-lang/reference /issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
161- <!-- Remove this section if empty>
151+ ##### [ Language Team ] ( https://github.com/rust-lang/lang-team /issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ )
152+ * * No Language Team Tracking Issues or PRs entered Final Comment Period this week. *
162153
163- ### [Unsafe Code Guidelines ](https://github.com/rust-lang/unsafe-code-guidelines /issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
164- <!-- Remove this section if empty>
154+ ##### [ Language Reference ] ( https://github.com/rust-lang/reference /issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
155+ * * No Language Reference RFCs entered Final Comment Period this week. *
165156
166- ### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
157+ ##### [ Unsafe Code Guidelines] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
158+ * * No Unsafe Code Guideline Tracking Issues or PRs entered Final Comment Period this week.*
167159
168- <!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
169- <!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
170- <!-- * [new|updated] []() -->
160+ #### [ New and Updated RFCs] ( https://github.com/rust-lang/rfcs/pulls )
161+ * [ new] [ RFC: Allow boolean literals as cfg predicates] ( https://github.com/rust-lang/rfcs/pull/3695 )
162+ * [ new] [ Expose std support via --print] ( https://github.com/rust-lang/rfcs/pull/3693 )
163+ * [ new] [ RFC: Give users control over ` feature unification ` ] ( https://github.com/rust-lang/rfcs/pull/3692 )
164+ * [ new] [ Trusted Publishing Support on Crates.io] ( https://github.com/rust-lang/rfcs/pull/3691 )
171165
172166## Upcoming Events
173167
0 commit comments