blob: 4a88359ca96793079d90411949fd0b494b6f8176 [file] [log] [blame]
error[E0282]: type annotations needed
--> $DIR/ice-issue-146191.rs:8:5
|
LL | async { create_complex_future().await }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0282`.