]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-51116.stderr
point at private fields in struct literal
[rust.git] / src / test / ui / issues / issue-51116.stderr
index 8501ae6a1d029b6ec1cd0b0a029c96003b4c6835..399b421ab163ec9512653d040abf6dd4a6a31dfd 100644 (file)
@@ -1,9 +1,6 @@
 error[E0282]: type annotations needed
-  --> $DIR/issue-51116.rs:6:13
+  --> $DIR/issue-51116.rs:5:13
    |
-LL |         for tile in row {
-   |                     --- the element type for this iterator is not specified
-LL |
 LL |             *tile = 0;
    |             ^^^^^ cannot infer type
    |