adds in rfc section
This commit is contained in:
parent
664b3bdc53
commit
d8c842faa3
|
@ -168,8 +168,40 @@ 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.
|
||||
|
||||
<!-- RFC and FCP sections go here -->
|
||||
|
||||
### [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:
|
||||
|
||||
* [Style evolution](https://github.com/rust-lang/rfcs/pull/3338)
|
||||
|
||||
### 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)
|
||||
|
||||
* *No RFCs entered Final Comment Period this week.*
|
||||
|
||||
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
|
||||
|
||||
* [disposition: merge] [Implement DerefMut for PathBuf](https://github.com/rust-lang/rust/pull/105018)
|
||||
* [disposition: merge] [Find the right lower bound region in the scenario of partial order relations](https://github.com/rust-lang/rust/pull/104765)
|
||||
|
||||
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
|
||||
|
||||
* [new] [Relax const-eval restrictions](https://github.com/rust-lang/rfcs/pull/3352)
|
||||
|
||||
|
||||
## Upcoming Events
|
||||
|
||||
Rusty Events between 2022-12-07 - 2023-01-04 🦀
|
||||
|
|
Loading…
Reference in New Issue