]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-33525.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-33525.stderr
index 2b365e1cc98babca3b62a2e8282d4246128b597f..2c97a39a183f8508803c23046869b50fa54e426e 100644 (file)
@@ -1,17 +1,17 @@
 error[E0425]: cannot find value `a` in this scope
-  --> $DIR/issue-33525.rs:12:5
+  --> $DIR/issue-33525.rs:2:5
    |
 LL |     a; //~ ERROR cannot find value `a`
    |     ^ not found in this scope
 
 error[E0609]: no field `lorem` on type `&'static str`
-  --> $DIR/issue-33525.rs:13:8
+  --> $DIR/issue-33525.rs:3:8
    |
 LL |     "".lorem; //~ ERROR no field
    |        ^^^^^
 
 error[E0609]: no field `ipsum` on type `&'static str`
-  --> $DIR/issue-33525.rs:14:8
+  --> $DIR/issue-33525.rs:4:8
    |
 LL |     "".ipsum; //~ ERROR no field
    |        ^^^^^