Skip to content

Commit 277173e

Browse files
Add some edits
1 parent 8f00edc commit 277173e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

posts/2020-09-03-Planning-2021-Roadmap.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To give you some context for the upcoming year, we established these high-level
1717

1818
## Prepare for a possible Rust 2021 Edition
1919

20-
There is now an [open RFC](https://github.com/rust-lang/rfcs/pull/2966) proposing a plan for the 2021 edition! There has been quite a bit of discussion, but we hope to have it merged within the next 6 weeks. The plan is for the new edition to be much smaller in scope than Rust 2018. It it is expected to include a few minor tweaks to improve language usability, along with the promotion of various style lints so that they will be “deny by default”. We believe that we are on track for being able to produce an edition in 2021.
20+
There is now an [open RFC](https://github.com/rust-lang/rfcs/pull/2966) proposing a plan for the 2021 edition! There has been quite a bit of discussion, but we hope to have it merged within the next 6 weeks. The plan is for the new edition to be much smaller in scope than Rust 2018. It it is expected to include a few minor tweaks to improve language usability, along with the promotion of various edition idiom lints (like requiring `dyn Trait` over `Trait`) so that they will be “deny by default”. We believe that we are on track for being able to produce an edition in 2021.
2121

2222
## Follow-through on in-progress designs and efforts
2323

@@ -37,6 +37,7 @@ One of our goals for 2020 was to push “in progress” design efforts through t
3737
- A project group proposal for portable SIMD in std has an open [RFC](https://github.com/KodrAus/rfcs/blob/simd-pg/text/0000-stdsimd.md)
3838
- A project group proposal for error handling ergonomics, focusing on the std::error API, has an open [RFC](https://github.com/yaahc/rfcs/blob/ehpg/text/0000-project-error-handling.md)
3939
- `std::sync` module updates are in brainstorming phase
40+
- Rustdoc's support for intra-doc links is [close to stabilization](https://github.com/rust-lang/rust/pull/74430)!
4041

4142
There’s been a lot of other work as well both within the Rust teams, but these items highlight some of the issues and designs that are being worked on actively by the Rust teams.
4243

0 commit comments

Comments
 (0)