Skip to content

Commit 7be8f06

Browse files
committed
Add keywords that are reserved for 2018's future use.
`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
1 parent d76f22b commit 7be8f06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

2018-edition/src/appendix-01-keywords.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ The following keywords do not have any functionality but are reserved by Rust
5555
for potential future use.
5656

5757
* `abstract`
58+
* `async`
5859
* `become`
5960
* `box`
6061
* `do`
@@ -63,6 +64,7 @@ for potential future use.
6364
* `override`
6465
* `priv`
6566
* `proc`
67+
* `try`
6668
* `typeof`
6769
* `unsized`
6870
* `virtual`

0 commit comments

Comments
 (0)