Skip to content

Commit 7c2d2ed

Browse files
authored
Merge pull request #3282 from U007D/twir-444
Update CFT, RFC and FCP sections for TWiR-444
2 parents 1d8e5ae + f02f956 commit 7c2d2ed

File tree

1 file changed

+45
-4
lines changed

1 file changed

+45
-4
lines changed

draft/2022-05-25-this-week-in-rust.md

Lines changed: 45 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,56 @@ Revision range: [7355d971..43d9f3](https://perf.rust-lang.org/?start=7355d971a95
107107

108108
[Full report here](https://github.com/rust-lang/rustc-perf/blob/master/triage/2022-05-24.md)
109109

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

116-
<!-- Pre-Stabilization RFCs go here -->
115+
* *No RFCs issued a call for testing this week.*
116+
117+
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
118+
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
119+
need testing.
120+
121+
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
122+
123+
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
124+
are the RFCs that were approved for implementation this week:
125+
126+
* *No RFCs were approved this week.*
127+
128+
### Final Comment Period
129+
130+
Every week [the team](https://www.rust-lang.org/team.html) announces the
131+
'final comment period' for RFCs and key PRs which are reaching a
132+
decision. Express your opinions now.
133+
134+
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
135+
136+
* *No RFCs entered Final Comment Period this week.*
137+
138+
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
139+
140+
* [disposition: merge] [Modify MIR building to drop repeat expressions with length zero](https://github.com/rust-lang/rust/pull/95953)
141+
* [disposition: merge] [Tracking Issue for `{array, slice}::{from_ref, from_mut}` as const fn](https://github.com/rust-lang/rust/issues/90206)
142+
* [disposition: merge] [Remove migrate borrowck mode](https://github.com/rust-lang/rust/pull/95565)
143+
* [disposition: merge] [Remove label/lifetime shadowing warnings](https://github.com/rust-lang/rust/pull/96296)
144+
* [disposition: merge] [Stabilize the bundle native library modifier](https://github.com/rust-lang/rust/pull/95818)
145+
146+
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
147+
148+
* [new] [RFC: Add more support for fallible allocations in Vec](https://github.com/rust-lang/rfcs/pull/3271)
149+
* [notice] [Mention RFC 1201 was superseded by RFC 2972](https://github.com/rust-lang/rfcs/pull/3270)
150+
* [new] [RFC: Add a scalable representation to allow support for scalable vectors](https://github.com/rust-lang/rfcs/pull/3268)
151+
* [new] [Macro Shorthand: Make m!123 identical to m!(123)](https://github.com/rust-lang/rfcs/pull/3267)
152+
153+
--
117154

118-
<!-- RFC and FCP sections go here -->
155+
* *No RFCs issued a call for testing this week.*
156+
* *No RFCs were approved this week.*
157+
* *No RFCs entered Final Comment Period this week.*
158+
* *No Tracking Issues or PRs entered Final Comment Period this week.*
159+
* *No New or Updated RFCs were created this week.*
119160

120161
## Upcoming Events
121162

0 commit comments

Comments
 (0)