@@ -63,19 +63,23 @@ and just ask the editors to select the category.
6363[ submit_crate ] : https://users.rust-lang.org/t/crate-of-the-week/2704
6464
6565## Calls for Testing
66-
6766An important step for RFC implementation is for people to experiment with the
6867implementation and give feedback, especially before stabilization. The following
6968RFCs would benefit from user testing before moving forward:
7069
71- <!-- Calls for Testing go here, use this format:
72- * [<RFC Topic>](<RFC URL>)
73- * [Tracking Issue](<Tracking Issue URL>)
74- * [Testing steps](<Testing Steps URL>)
75- -->
76- <!-- or if there are no new or updated RFCs this week, use: -->
77- <!-- * *No New or Updated RFCs were created this week.* -->
78- <!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
70+ ### [ RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
71+ * * No calls for testing were issued this week.*
72+
73+ ### [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing )
74+ * [ Tracking issue for RFC 3695: Allow boolean literals as cfg predicates] ( https://github.com/rust-lang/rust/issues/131204 )
75+ - [ Testing steps] ( https://github.com/rust-lang/rust/issues/131204#issuecomment-2569314526 )
76+
77+ ### [ Rustup] ( https://github.com/rust-lang/rustup/labels/call-for-testing )
78+ * * No calls for testing were issued this week.*
79+
80+ If you are a feature implementer and would like your RFC to appear on the above list, add the new ` call-for-testing `
81+ label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
82+ need testing.
7983
8084### [ RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
8185
@@ -130,47 +134,44 @@ If you are an event organizer hoping to expand the reach of your event, please s
130134Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
131135are the RFCs that were approved for implementation this week:
132136
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- -->
137+ * * No RFCs were approved this week.*
142138
143139### Final Comment Period
144140
145141Every week, [ the team] ( https://www.rust-lang.org/team.html ) announces the 'final comment period' for RFCs and key PRs
146142which are reaching a decision. Express your opinions now.
147143
148144#### [ RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
149- <!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
150- <!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
151- <!-- * [disposition: ] []() -->
145+ * [ Supertrait item shadowing v2] ( https://github.com/rust-lang/rfcs/pull/3624 )
152146
153147#### Tracking Issues & PRs
154- <!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
155- <!-- or if none entered FCP this week, use: -->
156- <!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
157- <!-- * [disposition: ] []() -->
158-
159148##### [ Rust] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
149+ * [ remove support for the (unstable) #[ start] attribute] ( https://github.com/rust-lang/rust/pull/134299 )
150+ * [ fully de-stabilize all custom inner attributes] ( https://github.com/rust-lang/rust/pull/134276 )
151+ * [ Uplift ` clippy::double_neg ` lint as ` double_negations ` ] ( https://github.com/rust-lang/rust/pull/126604 )
152+ * [ Optimize ` Seek::stream ` _ len impl for File] ( https://github.com/rust-lang/rust/pull/125087 )
153+ * [[ rustdoc] Add sans-serif font setting] ( https://github.com/rust-lang/rust/pull/133636 )
154+ * [ Tracking Issue for PathBuf::add_extension and Path::with_added_extension] ( https://github.com/rust-lang/rust/issues/127292 )
155+ * [ Make the wasm_c_abi future compat warning a hard error] ( https://github.com/rust-lang/rust/pull/133951 )
156+ * [ const-eval: detect more pointers as definitely not-null] ( https://github.com/rust-lang/rust/pull/133700 )
157+ * [ Consider fields to be inhabited if they are unstable] ( https://github.com/rust-lang/rust/pull/133889 )
158+ * [ disallow repr() on invalid items] ( https://github.com/rust-lang/rust/pull/133925 )
160159
161160##### [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
161+ * * No Cargo Tracking Issues or PRs entered Final Comment Period this week.*
162162
163163##### [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ )
164+ * * No Language Team Proposals entered Final Comment Period this week.*
164165
165166##### [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
167+ * [ distinct 'static' items never overlap] ( https://github.com/rust-lang/reference/pull/1657 )
166168
167169##### [ Unsafe Code Guidelines] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
170+ * * No Unsafe Code Guideline Tracking Issues or PRs entered Final Comment Period this week.*
168171
169172#### [ New and Updated RFCs] ( https://github.com/rust-lang/rfcs/pulls )
170- <!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
171- <!-- or if there are no new or updated RFCs this week, use: -->
172- <!-- * *No New or Updated RFCs were created this week.* -->
173- <!-- * [new|updated] []() -->
173+ * [ Make trait methods callable in const contexts] ( https://github.com/rust-lang/rfcs/pull/3762 )
174+ * [ RFC: Allow packages to specify a set of supported targets] ( https://github.com/rust-lang/rfcs/pull/3759 )
174175
175176## Upcoming Events
176177
0 commit comments