@@ -53,18 +53,19 @@ and just ask the editors to select the category.
5353
5454[ submit_crate ] : https://users.rust-lang.org/t/crate-of-the-week/2704
5555
56- ## [ Call for Testing] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
56+ ## Calls for Testing
5757An important step for RFC implementation is for people to experiment with the
5858implementation and give feedback, especially before stabilization. The following
5959RFCs would benefit from user testing before moving forward:
6060
61- <!-- Calls for Testing go here, use this format:
62- * [<RFC Topic>](<RFC URL>)
63- * [Tracking Issue](<Tracking Issue URL>)
64- * [Testing steps](<Testing Steps URL>)
65- -->
66- <!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
67- <!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
61+ ### [ RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
62+ * * No calls for testing were issued this week.*
63+
64+ ### [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing )
65+ * * No calls for testing were issued this week.*
66+
67+ ### [ Rustup] ( https://github.com/rust-lang/rustup/labels/call-for-testing )
68+ * * No calls for testing were issued this week.*
6869
6970If you are a feature implementer and would like your RFC to appear on the above list, add the new ` call-for-testing `
7071label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
@@ -109,44 +110,37 @@ If you are an event organizer hoping to expand the reach of your event, please s
109110Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
110111are the RFCs that were approved for implementation this week:
111112
112- <!-- Approved RFCs go here, use this format: * [Topic](URL) -->
113- <!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
114- <!-- * []() -->
115-
116- <!--
117- ### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
118- <!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
119- <!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
120- -->
113+ * * No RFCs were approved this week.*
121114
122115### Final Comment Period
123116
124117Every week, [ the team] ( https://www.rust-lang.org/team.html ) announces the 'final comment period' for RFCs and key PRs
125118which are reaching a decision. Express your opinions now.
126119
127120#### [ RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
121+ * * No RFCs entered Final Comment Period this week.*
128122
129- <!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
130- <!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
131- <!-- * [disposition: ] []() -->
132-
133- #### [ Tracking Issues & PRs] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
123+ #### Tracking Issues & PRs
124+ ##### [ Rust] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
125+ * * No RFCs entered Final Comment Period this week.*
134126
135- <!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
136- <!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
137- <!-- * [disposition: ] []() -->
127+ ##### [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
128+ [ disposition: merge] [ Allow build scripts to report error messages through ` cargo::error ` ] ( https://github.com/rust-lang/cargo/pull/14435 )
138129
139- ### [ Language Reference ] ( https://github.com/rust-lang/reference /issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
140- <!-- Remove this section if empty>
130+ ##### [ Language Team ] ( https://github.com/rust-lang/lang-team /issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ )
131+ * * No Language Team Tracking Issues or PRs entered Final Comment Period this week. *
141132
142- ### [Unsafe Code Guidelines ](https://github.com/rust-lang/unsafe-code-guidelines /issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
143- <!-- Remove this section if empty>
133+ ##### [ Language Reference ] ( https://github.com/rust-lang/reference /issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
134+ * * No Language Reference RFCs entered Final Comment Period this week. *
144135
145- ### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
136+ ##### [ Unsafe Code Guidelines] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
137+ * * No Unsafe Code Guideline Tracking Issues or PRs entered Final Comment Period this week.*
146138
147- <!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
148- <!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
149- <!-- * [new|updated] []() -->
139+ #### [ New and Updated RFCs] ( https://github.com/rust-lang/rfcs/pulls )
140+ * [ new] [ RFC: Allow boolean literals as cfg predicates] ( https://github.com/rust-lang/rfcs/pull/3695 )
141+ * [ new] [ Expose std support via --print] ( https://github.com/rust-lang/rfcs/pull/3693 )
142+ * [ new] [ RFC: Give users control over ` feature unification ` ] ( https://github.com/rust-lang/rfcs/pull/3692 )
143+ * [ new] [ Trusted Publishing Support on Crates.io] ( https://github.com/rust-lang/rfcs/pull/3691 )
150144
151145## Upcoming Events
152146
0 commit comments