We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c96932 commit 2c5b60dCopy full SHA for 2c5b60d
src/test/ui/issue-20261.stderr
@@ -2,7 +2,7 @@ error[E0282]: type annotations needed
2
--> $DIR/issue-20261.rs:14:11
3
|
4
LL | for (ref i,) in [].iter() {
5
- | -------- consider giving `__next` a type
+ | --------- the element type for this iterator is not specified
6
LL | i.clone();
7
| ^^^^^ cannot infer type for `_`
8
0 commit comments