We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c921aae commit 1ea7c5fCopy full SHA for 1ea7c5f
src/test/ui/feature-gate/await-macro.stderr
@@ -2,7 +2,7 @@ error[E0658]: `await!(<expr>)` macro syntax is unstable, and will soon be remove
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
0 commit comments