]> git.lizzy.rs Git - rust.git/blob - src/test/ui/await-keyword/post_expansion_error.stderr
test for #50518
[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