]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-51116.stderr
Rollup merge of #92942 - Xaeroxe:raw_arg, r=dtolnay
[rust.git] / src / test / ui / issues / issue-51116.stderr
1 error[E0282]: type annotations needed
2   --> $DIR/issue-51116.rs:6:13
3    |
4 LL |         for tile in row {
5    |                     --- the element type for this iterator is not specified
6 LL |
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`.