Skip to content

Commit 66f612b

Browse files
authored
Merge pull request #3332 from U007D/twir-446
Update CFT, RFC and FCP sections for TWiR-446
2 parents c490e3f + 78f63bb commit 66f612b

File tree

1 file changed

+32
-4
lines changed

1 file changed

+32
-4
lines changed

draft/2022-06-08-this-week-in-rust.md

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,43 @@ If you are a Rust project owner and are looking for contributors, please submit
8282

8383
<!-- Perf results go here -->
8484

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

91-
<!-- Pre-Stabilization RFCs go here -->
90+
* [RFC: 'C-unwind' ABI](https://github.com/rust-lang/rfcs/pull/2945)
91+
* [Testing instructions](https://github.com/rust-lang/rfcs/pull/2945#issuecomment-1134003542)
92+
93+
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
94+
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
95+
need testing.
96+
97+
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
98+
99+
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
100+
are the RFCs that were approved for implementation this week:
101+
102+
* *No RFCs were approved this week.*
103+
104+
### Final Comment Period
105+
106+
Every week [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs
107+
which are reaching a decision. Express your opinions now.
108+
109+
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
110+
111+
* [Rolling co-lead roles for T-compiler](https://github.com/rust-lang/rfcs/pull/3262)
112+
113+
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
114+
115+
* [disposition: merge] [Make {Mutex, Condvar, RwLock}::new() const. ](https://github.com/rust-lang/rust/pull/97791)
116+
* [disposition: merge] [Make std::mem::needs_drop accept ?Sized](https://github.com/rust-lang/rust/pull/97675)
117+
* [disposition: merge] [Tracking Issue for scoped threads](https://github.com/rust-lang/rust/issues/93203)
118+
119+
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
92120

93-
<!-- RFC and FCP sections go here -->
121+
* *No New or Updated RFCs were created this week.*
94122

95123
## Upcoming Events
96124

0 commit comments

Comments
 (0)