]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/hygiene/pattern-macro.stderr
Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov
[rust.git] / src / test / ui / hygiene / pattern-macro.stderr
index b26084db02e966ec2709fd5cd15829ed6864fa4e..edd05916ede2c5ea93ad931885c5d21327a12992 100644 (file)
@@ -1,7 +1,7 @@
 error[E0425]: cannot find value `x` in this scope
-  --> $DIR/pattern-macro.rs:15:5
+  --> $DIR/pattern-macro.rs:5:5
    |
-LL |     x + 1; //~ ERROR cannot find value `x` in this scope
+LL |     x + 1;
    |     ^ not found in this scope
 
 error: aborting due to previous error