This change makes "await" ident an error in 2018 edition without async_await feature and adds "await" to the 2018 edition keyword lint group that suggest migration on the 2015 edition. |
||
|---|---|---|
| .. | ||
| 2015-edition-no-warnings-with-feature-gate.rs | ||
| 2015-edition-warning.fixed | ||
| 2015-edition-warning.rs | ||
| 2015-edition-warning.stderr | ||
| 2018-edition-error.rs | ||
| 2018-edition-error.stderr | ||
| 2018-edition-no-error-with-feature-gate.rs | ||
| post_expansion_error.rs | ||
| post_expansion_error.stderr | ||