Skip to content

Commit 27c59cc

Browse files
authored
Merge pull request #3260 from U007D/twir-443
Update CFT, RFC and FCP sections for TWiR-443
2 parents 286764f + c890f82 commit 27c59cc

File tree

1 file changed

+38
-4
lines changed

1 file changed

+38
-4
lines changed

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

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,49 @@ Revision range: [c51871..7355d](https://perf.rust-lang.org/?start=c51871c469f7ed
102102

103103
See the [full report](https://github.com/rust-lang/rustc-perf/blob/master/triage/2022-05-17.md) for more.
104104

105-
### Call for Testing
105+
### Call for Testing (*New!*)
106106

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

111-
<!-- Pre-Stabilization RFCs go here -->
111+
* [RFC: Deduplicate Cargo workspace information](https://github.com/rust-lang/rfcs/pull/2906)
112+
- [Tracking Issue](https://github.com/rust-lang/cargo/issues/8415)
113+
- [Testing steps](https://github.com/rust-lang/cargo/blob/master/src/doc/src/reference/unstable.md#testing-notes)
114+
* [Tracking Issue for scoped threads](https://github.com/rust-lang/rust/issues/93203)
115+
- [Feature documentation](https://doc.rust-lang.org/nightly/std/thread/fn.scope.html)
116+
* [RFC: Packages as (optional) namespaces](https://github.com/rust-lang/rfcs/pull/3243)
112117

113-
<!-- RFC and FCP sections go here -->
118+
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
119+
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
120+
need testing.
121+
122+
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
123+
124+
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
125+
are the RFCs that were approved for implementation this week:
126+
127+
* [RFC: Add target configuration](https://github.com/rust-lang/rfcs/pull/3239)
128+
129+
### Final Comment Period
130+
131+
Every week [the team](https://www.rust-lang.org/team.html) announces the
132+
'final comment period' for RFCs and key PRs which are reaching a
133+
decision. Express your opinions now.
134+
135+
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
136+
137+
* [disposition: merge] [Create a types team](https://github.com/rust-lang/rfcs/pull/3254)
138+
139+
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
140+
141+
* [disposition: merge] [Neither require nor imply lifetime bounds on opaque type for well formedness](https://github.com/rust-lang/rust/pull/95474)
142+
* [disposition: merge] [impl Read and Write for VecDeque\<u8\>](https://github.com/rust-lang/rust/pull/95632)
143+
* [disposition: merge] [Tracking Issue for `int_roundings`](https://github.com/rust-lang/rust/issues/88581)
144+
145+
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
146+
147+
* [new] [RFC: Rust SemVer 2](https://github.com/rust-lang/rfcs/pull/3266)
114148

115149
## Upcoming Events
116150

0 commit comments

Comments
 (0)