Skip to content

Commit f02f956

Browse files
committed
Update CFT, RFC and FCP sections for TWiR-444
1 parent ab6854b commit f02f956

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
@@ -77,15 +77,56 @@ If you are a Rust project owner and are looking for contributors, please submit
7777

7878
<!-- Perf results go here -->
7979

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

86-
<!-- Pre-Stabilization RFCs go here -->
85+
* *No RFCs issued a call for testing this week.*
86+
87+
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
88+
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
89+
need testing.
90+
91+
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
92+
93+
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
94+
are the RFCs that were approved for implementation this week:
95+
96+
* *No RFCs were approved this week.*
97+
98+
### Final Comment Period
99+
100+
Every week [the team](https://www.rust-lang.org/team.html) announces the
101+
'final comment period' for RFCs and key PRs which are reaching a
102+
decision. Express your opinions now.
103+
104+
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
105+
106+
* *No RFCs entered Final Comment Period this week.*
107+
108+
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
109+
110+
* [disposition: merge] [Modify MIR building to drop repeat expressions with length zero](https://github.com/rust-lang/rust/pull/95953)
111+
* [disposition: merge] [Tracking Issue for `{array, slice}::{from_ref, from_mut}` as const fn](https://github.com/rust-lang/rust/issues/90206)
112+
* [disposition: merge] [Remove migrate borrowck mode](https://github.com/rust-lang/rust/pull/95565)
113+
* [disposition: merge] [Remove label/lifetime shadowing warnings](https://github.com/rust-lang/rust/pull/96296)
114+
* [disposition: merge] [Stabilize the bundle native library modifier](https://github.com/rust-lang/rust/pull/95818)
115+
116+
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
117+
118+
* [new] [RFC: Add more support for fallible allocations in Vec](https://github.com/rust-lang/rfcs/pull/3271)
119+
* [notice] [Mention RFC 1201 was superseded by RFC 2972](https://github.com/rust-lang/rfcs/pull/3270)
120+
* [new] [RFC: Add a scalable representation to allow support for scalable vectors](https://github.com/rust-lang/rfcs/pull/3268)
121+
* [new] [Macro Shorthand: Make m!123 identical to m!(123)](https://github.com/rust-lang/rfcs/pull/3267)
122+
123+
--
87124

88-
<!-- RFC and FCP sections go here -->
125+
* *No RFCs issued a call for testing this week.*
126+
* *No RFCs were approved this week.*
127+
* *No RFCs entered Final Comment Period this week.*
128+
* *No Tracking Issues or PRs entered Final Comment Period this week.*
129+
* *No New or Updated RFCs were created this week.*
89130

90131
## Upcoming Events
91132

0 commit comments

Comments
 (0)