]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/hygiene/for-loop.stderr
Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov
[rust.git] / src / test / ui / hygiene / for-loop.stderr
index 7e606b2358c142768fa57933ff7cb1fe7138face..932c951e7a541932f72a23bc958598f7446d8421 100644 (file)
@@ -1,7 +1,7 @@
 error[E0425]: cannot find value `iter` in this scope
-  --> $DIR/for-loop.rs:16:9
+  --> $DIR/for-loop.rs:6:9
    |
-LL |         iter.next();  //~ ERROR cannot find value `iter` in this scope
+LL |         iter.next();
    |         ^^^^ not found in this scope
 
 error: aborting due to previous error