Skip to content

Commit f2df5e9

Browse files
authored
Update RFC, MCP, FCP and CFT sections for TWiR-508 (#4625)
1 parent bbaf948 commit f2df5e9

File tree

1 file changed

+12
-27
lines changed

1 file changed

+12
-27
lines changed

draft/2023-08-16-this-week-in-rust.md

Lines changed: 12 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -199,15 +199,7 @@ If you are a Rust project owner and are looking for contributors, please submit
199199
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
200200
are the RFCs that were approved for implementation this week:
201201

202-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
203-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
204-
<!-- * []() -->
205-
206-
<!--
207-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
208-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
209-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
210-
-->
202+
* *No RFCs were approved this week.*
211203

212204
### Final Comment Period
213205

@@ -216,34 +208,27 @@ which are reaching a decision. Express your opinions now.
216208

217209
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
218210

219-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
220-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
221-
<!-- * [disposition: ] []() -->
211+
* [Create a Testing sub-team](https://github.com/rust-lang/rfcs/pull/3455)
212+
* [Allow cfg-attributes in where clauses](https://github.com/rust-lang/rfcs/pull/3399)
222213

223214
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
224-
225-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
226-
<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
227-
<!-- * [disposition: ] []() -->
215+
* [disposition: merge] [Cleaner assert_eq! & assert_ne! panic messages](https://github.com/rust-lang/rust/pull/111071)
216+
* [disposition: merge] [Report monomorphization time errors in dead code, too](https://github.com/rust-lang/rust/pull/112879)
217+
* [disposition: merge] [Allow explicit `#[repr(Rust)]`](https://github.com/rust-lang/rust/pull/114201)
218+
* [disposition: merge] [style-guide: Add section on bugs, and resolving bugs](https://github.com/rust-lang/rust/pull/113383)
219+
* [disposition: merge] [Lower `Or` pattern without allocating place](https://github.com/rust-lang/rust/pull/111752)
228220

229221
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
230-
231-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
232-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
233-
<!-- * [new|updated] []() -->
222+
* [new] [Unified String Literals](https://github.com/rust-lang/rfcs/pull/3475)
223+
* [new] [RFC: `scheduled_removal` Parameter for `deprecated` Attribute](https://github.com/rust-lang/rfcs/pull/3471)
224+
* [new] [crABI v1](https://github.com/rust-lang/rfcs/pull/3470)
234225

235226
### [Call for Testing](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
236227
An important step for RFC implementation is for people to experiment with the
237228
implementation and give feedback, especially before stabilization. The following
238229
RFCs would benefit from user testing before moving forward:
239230

240-
<!-- Calls for Testing go here, use this format:
241-
* [<RFC Topic>](<RFC URL>)
242-
* [Tracking Issue](<Tracking Issue URL>)
243-
* [Testing steps](<Testing Steps URL>)
244-
-->
245-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
246-
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
231+
* *No RFCs issued a call for testing this week.*
247232

248233
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
249234
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature

0 commit comments

Comments
 (0)