Skip to content

Update CFT, RFC and FCP sections for TWiR-470 #3829

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 31 additions & 4 deletions draft/2022-11-23-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,42 @@ If you are a Rust project owner and are looking for contributors, please submit

<!-- Perf results go here -->

### Call for Testing

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

<!-- Pre-Stabilization RFCs go here -->
* *No RFCs issued a call for testing this week.*

If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
need testing.

### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)

Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
are the RFCs that were approved for implementation this week:

* *No RFCs were approved this week.*

### Final Comment Period

Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs
which are reaching a decision. Express your opinions now.

#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)

* [disposition: merge] [Style evolution](https://github.com/rust-lang/rfcs/pull/3338)

#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)

* [disposition: merge] [Expand a style-guide principle: readability in plain text](https://github.com/rust-lang/rust/pull/104506)
* [disposition: merge] [Stabilize native library modifier `verbatim`](https://github.com/rust-lang/rust/pull/104360)

### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)

<!-- RFC and FCP sections go here -->
* [new] [feature iter_find_many](https://github.com/rust-lang/rfcs/pull/3350)
* [new] [RFC: UTF-8 characters and escape codes in (byte) string literals](https://github.com/rust-lang/rfcs/pull/3349)

## Upcoming Events

Expand Down