]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gate/await-macro.stderr
57aab6800f7ab21bb22857f4c2102af09528c2b9
[rust.git] / src / test / ui / feature-gate / await-macro.stderr
1 error[E0658]: `await!(<expr>)` macro syntax is unstable, and will soon be removed in favor of `<expr>.await` syntax.
2   --> $DIR/await-macro.rs:9:5
3    |
4 LL |     await!(bar());
5    |     ^^^^^^^^^^^^
6    |
7    = note: for more information, see https://github.com/rust-lang/rust/issues/50547
8    = help: add #![feature(await_macro)] to the crate attributes to enable
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0658`.