Update test output

This commit is contained in:
Esteban Küber 2018-07-18 10:04:10 -07:00
parent 4c96932da7
commit 2c5b60d8f0
1 changed files with 1 additions and 1 deletions

View File

@ -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 `_`
|