2019-06-19 21:55:18 +01:00
|
|
|
error[E0308]: mismatched types
|
2019-08-02 03:48:43 +02:00
|
|
|
--> $DIR/dont-suggest-missing-await.rs:14:18
|
2019-06-19 21:55:18 +01:00
|
|
|
|
|
|
|
|
LL | take_u32(x)
|
|
|
|
| ^ expected u32, found opaque type
|
|
|
|
|
|
|
|
|
= note: expected type `u32`
|
|
|
|
found type `impl std::future::Future`
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|