@@ -82,15 +82,43 @@ If you are a Rust project owner and are looking for contributors, please submit
82
82
83
83
<!-- Perf results go here -->
84
84
85
- ### Call for Testing
86
-
85
+ ### [ Call for Testing] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
87
86
An important step for RFC implementation is for people to experiment with the
88
87
implementation and give feedback, especially before stabilization. The following
89
88
RFCs would benefit from user testing before moving forward:
90
89
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 )
92
120
93
- <!-- RFC and FCP sections go here -->
121
+ * * No New or Updated RFCs were created this week. *
94
122
95
123
## Upcoming Events
96
124
0 commit comments