blob: 0672014a9292928ada4105fb3ca9c24b4a04e5d9 [file] [log] [blame]
error[E0282]: type annotations needed
--> $DIR/for-loop-unconstrained-element-type.rs:8:14
|
LL | for i in Vec::new() { }
| ^^^^^^^^^^ the element type for this iterator is not specified
error: aborting due to previous error
For more information about this error, try `rustc --explain E0282`.