Skip to content

Commit

Permalink
Update test output
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban Küber committed Jul 18, 2018
1 parent 4c96932 commit 2c5b60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/issue-20261.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ error[E0282]: type annotations needed
--> $DIR/issue-20261.rs:14:11
|
LL | for (ref i,) in [].iter() {
| -------- consider giving `__next` a type
| --------- the element type for this iterator is not specified
LL | i.clone();
| ^^^^^ cannot infer type for `_`
|
Expand Down

0 comments on commit 2c5b60d

Please sign in to comment.