Skip to content

Commit f157eb3

Browse files
authored
Merge pull request #2843 from U007D/master
Update RFC and FCP sections for TWiR-427
2 parents 545ab6a + 3f1927c commit f157eb3

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

draft/2022-01-26-this-week-in-rust.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Revision range: [72e74d..7bc7be](https://perf.rust-lang.org/?start=72e74d7b9cf1a
125125
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
126126
are the RFCs that were approved for implementation this week:
127127

128-
* *No RFCs were approved this week.*
128+
* [Scoped threads in the standard library, take 2](https://github.com/rust-lang/rfcs/pull/3151)
129129

130130
### Final Comment Period
131131

@@ -135,20 +135,22 @@ decision. Express your opinions now.
135135

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

138-
* [disposition: merge] [Scoped threads in the standard library, take 2](https://github.com/rust-lang/rfcs/pull/3151)
138+
* *No RFCs entered FCP this week.*
139139

140140
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
141141

142-
* [disposition: merge] [Stabilize arc_new_cyclic](https://github.com/rust-lang/rust/pull/90666)
143-
* [disposition: merge] [Change location of where clause on GATs](https://github.com/rust-lang/rust/pull/90076)
144-
* [disposition: merge] [rustdoc: "Namespace" user-written Markdown headings](https://github.com/rust-lang/rust/issues/91759)
145-
* [disposition: merge] [Stabilize -Z print-link-args as --print link-args](https://github.com/rust-lang/rust/pull/91606)
146-
* [disposition: merge] [Use verbatim paths for process::Command if necessary](https://github.com/rust-lang/rust/pull/92519)
147-
* [disposition: merge] [impl Not for !](https://github.com/rust-lang/rust/pull/91122)
142+
* [disposition: merge] [unreachable!("{}") works on Rust 2021](https://github.com/rust-lang/rust/issues/92137)
143+
* [disposition: merge] [Tracking Issue for Stdin::lines forwarder method](https://github.com/rust-lang/rust/issues/87096)
144+
* [disposition: merge] [impl Display for io::ErrorKind](https://github.com/rust-lang/rust/pull/93090)
145+
* [disposition: merge] [Tracking Issue for feature(pin_static_ref): Pin::{static_ref,static_mut}](https://github.com/rust-lang/rust/issues/78186)
146+
* [disposition: merge] [Tracking issue for #[cfg(target_has_atomic = ...)]](https://github.com/rust-lang/rust/issues/32976)
147+
* [disposition: merge] [Stabilize -Z instrument-coverage as -C instrument-coverage](https://github.com/rust-lang/rust/pull/90132)
148148

149-
### [New RFCs](https://github.com/rust-lang/rfcs/pulls)
149+
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
150150

151-
* *No new RFCs were opened this week.*
151+
* [new] [Add `ignore_if` RFC](https://github.com/rust-lang/rfcs/pull/3221)
152+
* [update] [Add vendor-specific suffixes to v0 mangling RFC 2603](https://github.com/rust-lang/rfcs/pull/3224)
153+
* [update] [Mark RFC 1201 (naked functions) superseded by RFC 2972 (constrained naked functions)](https://github.com/rust-lang/rfcs/pull/3223)
152154

153155
## Upcoming Events
154156

0 commit comments

Comments
 (0)