]> git.lizzy.rs Git - rust.git/blob - src/test/ui/async-await/dont-suggest-missing-await.stderr
Rollup merge of #63737 - HowJMay:fix_naming, r=jonas-schievink
[rust.git] / src / test / ui / async-await / dont-suggest-missing-await.stderr
1 error[E0308]: mismatched types
2   --> $DIR/dont-suggest-missing-await.rs:14:18
3    |
4 LL |         take_u32(x)
5    |                  ^ expected u32, found opaque type
6    |
7    = note: expected type `u32`
8               found type `impl std::future::Future`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0308`.