Skip to content

Commit 1ea7c5f

Browse files
committed
Update ui test
1 parent c921aae commit 1ea7c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/feature-gate/await-macro.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ error[E0658]: `await!(<expr>)` macro syntax is unstable, and will soon be remove
22
--> $DIR/await-macro.rs:9:5
33
|
44
LL | await!(bar());
5-
| ^^^^^
5+
| ^^^^^^^^^^^^^
66
|
77
= note: for more information, see https://github.com/rust-lang/rust/issues/50547
88
= help: add #![feature(await_macro)] to the crate attributes to enable

0 commit comments

Comments
 (0)