]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-51116.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-51116.stderr
1 error[E0282]: type annotations needed
2   --> $DIR/issue-51116.rs:16:13
3    |
4 LL |         for tile in row {
5    |                     --- the element type for this iterator is not specified
6 LL |             //~^ NOTE the element type for this iterator is not specified
7 LL |             *tile = 0;
8    |             ^^^^^ cannot infer type
9    |
10    = note: type must be known at this point
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0282`.