Add keywords that are reserved for 2018's future use.

`async` was added in https://github.com/rust-lang/rust/pull/50307 and is
not yet implemented

`try` was added in https://github.com/rust-lang/rust/pull/52602 and is
not yet stable: https://github.com/rust-lang/rust/issues/31436
This commit is contained in:
Carol (Nichols || Goulding) 2018-10-22 16:37:29 -04:00
parent d76f22b72c
commit 7be8f06207
No known key found for this signature in database
GPG Key ID: D04B39A6CA243902
1 changed files with 2 additions and 0 deletions

View File

@ -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`
@ -63,6 +64,7 @@ for potential future use.
* `override`
* `priv`
* `proc`
* `try`
* `typeof`
* `unsized`
* `virtual`