@@ -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
@@ -126,47 +119,36 @@ Revision range: [0eca4dd3..93722f7e](https://perf.rust-lang.org/?start=0eca4dd32
126
119
Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
127
120
are the RFCs that were approved for implementation this week:
128
121
129
- <!-- Approved RFCs go here, use this format: * [Topic](URL) -->
130
- <!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
131
- <!-- * []() -->
132
-
133
- <!--
134
- ### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
135
- <!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
136
- <!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
137
- -->
122
+ * * No RFCs were approved this week.*
138
123
139
124
### Final Comment Period
140
125
141
126
Every week, [ the team] ( https://www.rust-lang.org/team.html ) announces the 'final comment period' for RFCs and key PRs
142
127
which are reaching a decision. Express your opinions now.
143
128
144
129
#### [ RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
145
- <!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
146
- <!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
147
- <!-- * [disposition: ] []() -->
130
+ * * No RFCs entered Final Comment Period this week.*
148
131
149
132
#### Tracking Issues & PRs
150
- <!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
151
- <!-- or if none entered FCP this week, use: -->
152
- <!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
153
- <!-- * [disposition: ] []() -->
154
-
155
133
##### [ Rust] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
134
+ * * No RFCs entered Final Comment Period this week.*
156
135
157
136
##### [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
137
+ * * No Cargo Tracking Issues or PRs entered Final Comment Period this week.*
158
138
159
139
##### [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ )
140
+ * * No Language Team Proposals entered Final Comment Period this week.*
160
141
161
142
##### [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
143
+ * * No Language Reference RFCs entered Final Comment Period this week.*
162
144
163
145
##### [ Unsafe Code Guidelines] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
146
+ * * No Unsafe Code Guideline Tracking Issues or PRs entered Final Comment Period this week.*
164
147
165
148
#### [ New and Updated RFCs] ( https://github.com/rust-lang/rfcs/pulls )
166
- <!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
167
- <!-- or if there are no new or updated RFCs this week, use: -->
168
- <!-- * *No New or Updated RFCs were created this week.* -->
169
- <!-- * [new|updated] []() -->
149
+ * [ new] [ RFC: ` Foo { .. } ` pattern matches non-struct types] ( https://github.com/rust-lang/rfcs/pull/3753 )
150
+ * [ new] [ RFC: add LLM text version to rustdoc] ( https://github.com/rust-lang/rfcs/pull/3751 )
151
+ * [ new] [ RFC: cfg_os_version_min] ( https://github.com/rust-lang/rfcs/pull/3750 )
170
152
171
153
## Upcoming Events
172
154
0 commit comments