mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
10 lines
356 B
Plaintext
10 lines
356 B
Plaintext
error[E0282]: type annotations needed
|
|
--> $DIR/runaway-impl-candidate-selection.rs:13:22
|
|
|
|
|
LL | println!("{:?}", iter::<_>());
|
|
| ^^^^^^^^^ cannot infer type of the type parameter `T` declared on the function `iter`
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0282`.
|