Skip to content

Commit 65113e0

Browse files
committed
Update CFT, RFC and FCP sections for TWiR-443
1 parent 45a2b62 commit 65113e0

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

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

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,41 @@ If you are a Rust project owner and are looking for contributors, please submit
7272

7373
<!-- Perf results go here -->
7474

75-
### Call for Testing
75+
### Call for Testing (*New!*)
7676

7777
An important step for RFC implementation is for people to experiment with the
7878
implementation and give feedback, especially before stabilization. The following
79-
RFCs are at point where user testing is needed before moving forward:
79+
RFCs would benefit from user testing before moving forward:
8080

81-
<!-- Pre-Stabilization RFCs go here -->
81+
* [RFC: Packages as (optional) namespaces](https://github.com/rust-lang/rfcs/pull/3243)
82+
* [Tracking issue for Deduplicate Cargo workspace information RFC](https://github.com/rust-lang/cargo/issues/8415#issuecomment-1112618913)
8283

83-
<!-- RFC and FCP sections go here -->
84+
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
85+
86+
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
87+
are the RFCs that were approved for implementation this week:
88+
89+
* [RFC: Add target configuration](https://github.com/rust-lang/rfcs/pull/3239)
90+
91+
### Final Comment Period
92+
93+
Every week [the team](https://www.rust-lang.org/team.html) announces the
94+
'final comment period' for RFCs and key PRs which are reaching a
95+
decision. Express your opinions now.
96+
97+
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
98+
99+
* [disposition: merge] [Create a types team](https://github.com/rust-lang/rfcs/pull/3254)
100+
101+
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
102+
103+
* [disposition: merge] [Neither require nor imply lifetime bounds on opaque type for well formedness](https://github.com/rust-lang/rust/pull/95474)
104+
* [disposition: merge] [impl Read and Write for VecDeque\<u8\>](https://github.com/rust-lang/rust/pull/95632)
105+
* [disposition: merge] [Tracking Issue for `int_roundings`](https://github.com/rust-lang/rust/issues/88581)
106+
107+
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
108+
109+
* [new] [RFC: Rust SemVer 2](https://github.com/rust-lang/rfcs/pull/3266)
84110

85111
## Upcoming Events
86112

0 commit comments

Comments
 (0)