mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 12:46:54 +00:00
10 lines
304 B
Plaintext
10 lines
304 B
Plaintext
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`.
|