@@ -54,25 +54,18 @@ and just ask the editors to select the category.
54
54
[ submit_crate ] : https://users.rust-lang.org/t/crate-of-the-week/2704
55
55
56
56
## Calls for Testing
57
-
58
57
An important step for RFC implementation is for people to experiment with the
59
58
implementation and give feedback, especially before stabilization. The following
60
59
RFCs would benefit from user testing before moving forward:
61
60
62
- <!-- Calls for Testing go here, use this format:
63
- * [<RFC Topic>](<RFC URL>)
64
- * [Tracking Issue](<Tracking Issue URL>)
65
- * [Testing steps](<Testing Steps URL>)
66
- -->
67
- <!-- or if there are no new or updated RFCs this week, use: -->
68
- <!-- * *No New or Updated RFCs were created this week.* -->
69
- <!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
70
-
71
61
### [ RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
62
+ * * No calls for testing were issued this week.*
72
63
73
64
### [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing )
65
+ * * No calls for testing were issued this week.*
74
66
75
67
### [ Rustup] ( https://github.com/rust-lang/rustup/labels/call-for-testing )
68
+ * * No calls for testing were issued this week.*
76
69
77
70
If you are a feature implementer and would like your RFC to appear on the above list, add the new ` call-for-testing `
78
71
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
@@ -117,47 +110,43 @@ If you are an event organizer hoping to expand the reach of your event, please s
117
110
Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
118
111
are the RFCs that were approved for implementation this week:
119
112
120
- <!-- Approved RFCs go here, use this format: * [Topic](URL) -->
121
- <!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
122
- <!-- * []() -->
123
-
124
- <!--
125
- ### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
126
- <!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
127
- <!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
128
- -->
113
+ * * No RFCs were approved this week.*
129
114
130
115
### Final Comment Period
131
116
132
117
Every week, [ the team] ( https://www.rust-lang.org/team.html ) announces the 'final comment period' for RFCs and key PRs
133
118
which are reaching a decision. Express your opinions now.
134
119
135
120
#### [ RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
136
- <!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
137
- <!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
138
- <!-- * [disposition: ] []() -->
121
+ * * No RFCs entered Final Comment Period this week.*
139
122
140
123
#### Tracking Issues & PRs
141
- <!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
142
- <!-- or if none entered FCP this week, use: -->
143
- <!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
144
- <!-- * [disposition: ] []() -->
145
-
146
124
##### [ Rust] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
125
+ * [ Derive ` Copy ` and ` Hash ` for ` IntErrorKind ` ] ( https://github.com/rust-lang/rust/pull/131923 )
126
+ * [ Tracking Issue for ` integer_sign_cast ` ] ( https://github.com/rust-lang/rust/issues/125882 )
127
+ * [ Reject ` ?Trait ` bounds in various places where we unconditionally warned since 1.0] ( https://github.com/rust-lang/rust/pull/135841 )
128
+ * [ Don't require method impls for methods with ` Self:Sized ` bounds for impls for unsized types] ( https://github.com/rust-lang/rust/pull/135480 )
129
+ * [ Add more impls of PartialEq and PartialOrd for strings] ( https://github.com/rust-lang/rust/pull/135536 )
130
+ * [ std: print a backtrace on stackoverflow] ( https://github.com/rust-lang/rust/pull/133170 )
131
+ * [ Tracking Issue for File lock API] ( https://github.com/rust-lang/rust/issues/130994 )
132
+ * [ Tracking Issue for ` Vec::pop_if ` ] ( https://github.com/rust-lang/rust/issues/122741 )
133
+ * [ Stabilize const_slice_flatten] ( https://github.com/rust-lang/rust/pull/134995 )
147
134
148
135
##### [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
136
+ * * No Cargo Tracking Issues or PRs entered Final Comment Period this week.*
149
137
150
138
##### [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ )
139
+ * * No Language Team Proposals entered Final Comment Period this week.*
151
140
152
141
##### [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
142
+ * * No Language Reference RFCs entered Final Comment Period this week.*
153
143
154
144
##### [ Unsafe Code Guidelines] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
145
+ * * No Unsafe Code Guideline Tracking Issues or PRs entered Final Comment Period this week.*
155
146
156
147
#### [ New and Updated RFCs] ( https://github.com/rust-lang/rfcs/pulls )
157
- <!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
158
- <!-- or if there are no new or updated RFCs this week, use: -->
159
- <!-- * *No New or Updated RFCs were created this week.* -->
160
- <!-- * [new|updated] []() -->
148
+ * [ RFC: Add safe blocks] ( https://github.com/rust-lang/rfcs/pull/3768 )
149
+ * [ RFC: Implement RealtimeSanitizer (RTSan) support, add ` #[realtime(nonblocking)] ` , ` #[realtime(blocking)] ` attributes] ( https://github.com/rust-lang/rfcs/pull/3766 )
161
150
162
151
## Upcoming Events
163
152
0 commit comments