@@ -68,19 +68,18 @@ and just ask the editors to select the category.
68
68
[ submit_crate ] : https://users.rust-lang.org/t/crate-of-the-week/2704
69
69
70
70
## Calls for Testing
71
-
72
71
An important step for RFC implementation is for people to experiment with the
73
- implementation and give feedback, especially before stabilization. The following
74
- RFCs would benefit from user testing before moving forward:
72
+ implementation and give feedback, especially before stabilization.
75
73
76
- <!-- Calls for Testing go here, use this format:
77
- * [<RFC Topic>](<RFC URL>)
78
- * [Tracking Issue](<Tracking Issue URL>)
79
- * [Testing steps](<Testing Steps URL>)
80
- -->
81
- <!-- or if there are no new or updated RFCs this week, use: -->
82
- <!-- * *No New or Updated RFCs were created this week.* -->
83
- <!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
74
+ If you are a feature implementer and would like your RFC to appear in this list, add a
75
+ ` call-for-testing ` label to your RFC along with a comment providing testing instructions and/or
76
+ guidance on which aspect(s) of the feature need testing.
77
+
78
+ * * No calls for testing were issued this week by [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing ) ,
79
+ [ Rust language RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing ) or
80
+ [ Rustup] ( https://github.com/rust-lang/rustup/labels/call-for-testing ) .*
81
+
82
+ [ Let us know] ( https://github.com/rust-lang/this-week-in-rust/issues ) if you would like your feature to be tracked as a part of this list.
84
83
85
84
### [ RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
86
85
@@ -131,47 +130,44 @@ If you are an event organizer hoping to expand the reach of your event, please s
131
130
Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
132
131
are the RFCs that were approved for implementation this week:
133
132
134
- <!-- Approved RFCs go here, use this format: * [Topic](URL) -->
135
- <!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
136
- <!-- * []() -->
137
-
138
- <!--
139
- ### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
140
- <!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
141
- <!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
142
- -->
133
+ * * No RFCs were approved this week.*
143
134
144
135
### Final Comment Period
145
136
146
137
Every week, [ the team] ( https://www.rust-lang.org/team.html ) announces the 'final comment period' for RFCs and key PRs
147
138
which are reaching a decision. Express your opinions now.
148
139
149
- #### [ RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
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
140
#### Tracking Issues & PRs
155
- <!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
156
- <!-- or if none entered FCP this week, use: -->
157
- <!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
158
- <!-- * [disposition: ] []() -->
159
-
160
141
##### [ Rust] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
161
-
142
+ * [ Stabilize ` <[T; N]>::as_mut_slice ` as ` const ` ] ( https://github.com/rust-lang/rust/pull/140066 )
143
+ * [ Tracking Issue for ` hint::select_unpredictable ` ] ( https://github.com/rust-lang/rust/issues/133962 )
144
+ * [ fix(test): Expose '--no-capture' in favor of ` --nocapture ` ] ( https://github.com/rust-lang/rust/pull/139224 )
145
+ * [ stabilize ptr::swap_nonoverlapping in const] ( https://github.com/rust-lang/rust/pull/137280 )
146
+ * [ Stabilize the avx512 target features] ( https://github.com/rust-lang/rust/pull/138940 )
147
+ * [ Don't allow flattened format_args in const.] ( https://github.com/rust-lang/rust/pull/139624 )
148
+ * [ lexer: Treat more floats with empty exponent as valid tokens] ( https://github.com/rust-lang/rust/pull/131656 )
149
+ * [ Stabilize proc_macro::Span::{start,end,line,column}.] ( https://github.com/rust-lang/rust/pull/139865 )
150
+ * [ check types of const param defaults] ( https://github.com/rust-lang/rust/pull/139646 )
151
+ * [ Stabilize flags for doctest cross compilation] ( https://github.com/rust-lang/rust/pull/137096 )
152
+
153
+ #### Other Areas
162
154
##### [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
163
-
164
- ##### [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ )
155
+ * [ fix: default to all targets when using ` --edition ` and ` --edition-idioms ` in cargo fix] ( https://github.com/rust-lang/cargo/pull/15192 )
165
156
166
157
##### [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
158
+ * [ Clarify interaction of asm-goto with IBT] ( https://github.com/rust-lang/reference/pull/1790 )
159
+
160
+ * No Items entered Final Comment Period this week for
161
+ [ Rust RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period ) ,
162
+ [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ ) or
163
+ [ Unsafe Code Guidelines] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) .*
167
164
168
- ##### [ Unsafe Code Guidelines ] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
165
+ Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
169
166
170
167
#### [ New and Updated RFCs] ( https://github.com/rust-lang/rfcs/pulls )
171
- <!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
172
- <!-- or if there are no new or updated RFCs this week, use: -->
173
- <!-- * *No New or Updated RFCs were created this week.* -->
174
- <!-- * [new|updated] []() -->
168
+ * [ RFC: Disable niche layout optimization on enum discriminants] ( https://github.com/rust-lang/rfcs/pull/3803 )
169
+ * [ RFC: Assume bounds for generic functions] ( https://github.com/rust-lang/rfcs/pull/3802 )
170
+ * [ RFC: input macros] ( https://github.com/rust-lang/rfcs/pull/3799 )
175
171
176
172
## Upcoming Events
177
173
0 commit comments