Skip to content

Commit

Permalink
Add keywords that are reserved for 2018's future use.
Browse files Browse the repository at this point in the history
`async` was added in rust-lang/rust#50307 and is
not yet implemented

`try` was added in rust-lang/rust#52602 and is
not yet stable: rust-lang/rust#31436
  • Loading branch information
carols10cents committed Oct 23, 2018
1 parent d76f22b commit 7be8f06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 2018-edition/src/appendix-01-keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ The following keywords do not have any functionality but are reserved by Rust
for potential future use.

* `abstract`
* `async`
* `become`
* `box`
* `do`
Expand All @@ -63,6 +64,7 @@ for potential future use.
* `override`
* `priv`
* `proc`
* `try`
* `typeof`
* `unsized`
* `virtual`
Expand Down

0 comments on commit 7be8f06

Please sign in to comment.