Skip to content

Commit 2c5b60d

Browse files
author
Esteban Küber
committed
Update test output
1 parent 4c96932 commit 2c5b60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/issue-20261.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ error[E0282]: type annotations needed
22
--> $DIR/issue-20261.rs:14:11
33
|
44
LL | for (ref i,) in [].iter() {
5-
| -------- consider giving `__next` a type
5+
| --------- the element type for this iterator is not specified
66
LL | i.clone();
77
| ^^^^^ cannot infer type for `_`
88
|

0 commit comments

Comments
 (0)