blob: 9ac751e4dc437ccad0c2a92a15eb39870ad37d76 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0282]: type annotations needed
--> $DIR/issue-20261.rs:4:11
|
LL | i.clone();
| ^^^^^ cannot infer type
error: aborting due to previous error
For more information about this error, try `rustc --explain E0282`.
|