]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/fail-simple.stderr
Rollup merge of #61207 - taiki-e:arbitrary_self_types-lifetime-elision-2, r=Centril
[rust.git] / src / test / ui / fail-simple.stderr
index 9759249342ac6ded241dd6726aa3be12f7032e90..26ed918e94d919d129a22dadf16dcd642eed58ba 100644 (file)
@@ -1,7 +1,7 @@
 error: no rules expected the token `@`
-  --> $DIR/fail-simple.rs:12:12
+  --> $DIR/fail-simple.rs:2:12
    |
-LL |     panic!(@); //~ ERROR no rules expected the token `@`
+LL |     panic!(@);
    |            ^ no rules expected this token in macro call
 
 error: aborting due to previous error