We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af2ce3 commit b9c8ad1Copy full SHA for b9c8ad1
posts/2021-04-30-edition-2021.md
@@ -277,8 +277,8 @@ These are some new prefixes you might see in the future:
277
278
- `k#keyword` to allow writing keywords that don't exist yet in the current edition.
279
For example, while `async` is not a keyword in edition 2015,
280
- this prefix would've allowed us to accept `k#async` in edition 2015
281
- without having to wait for edition 2018 to reserve `async` as a keyword.
+ this prefix would've allowed us to accept `k#async` as an alternative in edition 2015
+ while we waited for edition 2018 to reserve `async` as a keyword.
282
283
[10]: https://github.com/rust-lang/rfcs/pull/3101
284
0 commit comments