]> git.lizzy.rs Git - rust.git/blob - src/test/ui/await-keyword/post_expansion_error.stderr
Make "await" a pseudo-edition keyword
[rust.git] / src / test / ui / await-keyword / post_expansion_error.stderr
1 error[E0721]: `await` is a keyword in the 2018 edition
2   --> $DIR/post_expansion_error.rs:8:5
3    |
4 LL |     await!()
5    |     ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0721`.