Skip to content

Commit 8818876

Browse files
authored
Merge pull request #6389 from U007D/master
Update RFC, MCP, FCP and CFT sections for TWiR-587
2 parents 0ef747e + 2d15d8b commit 8818876

File tree

1 file changed

+24
-31
lines changed

1 file changed

+24
-31
lines changed

draft/2025-02-19-this-week-in-rust.md

Lines changed: 24 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -65,25 +65,18 @@ Thanks to [Jacob Pratt](https://users.rust-lang.org/t/crate-of-the-week/2704/140
6565
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
6666

6767
## Calls for Testing
68-
6968
An important step for RFC implementation is for people to experiment with the
7069
implementation and give feedback, especially before stabilization. The following
7170
RFCs would benefit from user testing before moving forward:
7271

73-
<!-- Calls for Testing go here, use this format:
74-
* [<RFC Topic>](<RFC URL>)
75-
* [Tracking Issue](<Tracking Issue URL>)
76-
* [Testing steps](<Testing Steps URL>)
77-
-->
78-
<!-- or if there are no new or updated RFCs this week, use: -->
79-
<!-- * *No New or Updated RFCs were created this week.* -->
80-
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
81-
8272
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
73+
* *No calls for testing were issued this week.*
8374

8475
### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
76+
* *No calls for testing were issued this week.*
8577

8678
### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
79+
* *No calls for testing were issued this week.*
8780

8881
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
8982
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
@@ -274,47 +267,47 @@ Revision range: [c03c38d5..ce36a966](https://perf.rust-lang.org/?start=c03c38d5c
274267
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
275268
are the RFCs that were approved for implementation this week:
276269

277-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
278-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
279-
<!-- * []() -->
280-
281-
<!--
282-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
283-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
284-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
285-
-->
270+
* [[RFC] Target Modifiers](https://github.com/rust-lang/rfcs/pull/3716)
286271

287272
### Final Comment Period
288273

289274
Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs
290275
which are reaching a decision. Express your opinions now.
291276

292277
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
293-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
294-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
295-
<!-- * [disposition: ] []() -->
278+
* *No RFCs entered Final Comment Period this week.*
296279

297280
#### Tracking Issues & PRs
298-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
299-
<!-- or if none entered FCP this week, use: -->
300-
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
301-
<!-- * [disposition: ] []() -->
302-
303281
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
282+
* [Make `ptr_cast_add_auto_to_object lint` into hard error](https://github.com/rust-lang/rust/pull/136764)
283+
* [Allow `*const W<dyn A> -> *const dyn A` ptr cast](https://github.com/rust-lang/rust/pull/136127)
284+
* [Stabilize `core::str::from_utf8_mut` as `const`](https://github.com/rust-lang/rust/pull/136668)
285+
* [core: Make `Debug` impl of raw pointers print metadata if present](https://github.com/rust-lang/rust/pull/135080)
286+
* [Explain how Vec::with_capacity is faithful](https://github.com/rust-lang/rust/pull/135933)
287+
* [Reduce formatting `width` and `precision` to 16 bits](https://github.com/rust-lang/rust/pull/136932)
288+
* [Run TLS destructors at process exit on all platforms](https://github.com/rust-lang/rust/pull/134085)
289+
* [Tracking Issue for `string_extend_from_within`](https://github.com/rust-lang/rust/issues/103806)
290+
* [Tracking Issue for unbounded_shifts](https://github.com/rust-lang/rust/issues/129375)
291+
* [[discussion] `ErrorKind::InvalidFilename` from io_`error_more`](https://github.com/rust-lang/rust/issues/130192)
292+
* [Tracking Issue for `unsigned_is_multiple_of`](https://github.com/rust-lang/rust/issues/128101)
293+
* [Tracking issue for HashMap::extract_if and HashSet::extract_if](https://github.com/rust-lang/rust/issues/59618)
304294

305295
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
296+
* *No Cargo Tracking Issues or PRs entered Final Comment Period this week.*
306297

307298
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
299+
* *No Language Team Proposals entered Final Comment Period this week.*
308300

309301
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
302+
* *No Language Reference RFCs entered Final Comment Period this week.*
310303

311304
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
305+
* *No Unsafe Code Guideline Tracking Issues or PRs entered Final Comment Period this week.*
312306

313307
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
314-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
315-
<!-- or if there are no new or updated RFCs this week, use: -->
316-
<!-- * *No New or Updated RFCs were created this week.* -->
317-
<!-- * [new|updated] []() -->
308+
* [Add `must-use-output` attribute](https://github.com/rust-lang/rfcs/pull/3773)
309+
* [RFC: Deprecate the per-build-target `edition` field in `Cargo.toml`](https://github.com/rust-lang/rfcs/pull/3772)
310+
* [RFC: Demote i686-pc-windows-gnu to Tier 2](https://github.com/rust-lang/rfcs/pull/3771)
318311

319312
## Upcoming Events
320313

0 commit comments

Comments
 (0)