]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/hygiene/arguments.stderr
Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov
[rust.git] / src / test / ui / hygiene / arguments.stderr
index 4cf35be22fad97468d4b0aa3649d85c07f307e8f..d072086e086d69d4411deaa1ba5cf97053af0db8 100644 (file)
@@ -1,7 +1,7 @@
 error[E0412]: cannot find type `S` in this scope
   --> $DIR/arguments.rs:16:8
    |
-LL |     m!(S, S); //~ ERROR cannot find type `S` in this scope
+LL |     m!(S, S);
    |        ^ not found in this scope
 
 error: aborting due to previous error