]> 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 31be4e2c87a68a5c70d741abf9572e7e585826cd..26ed918e94d919d129a22dadf16dcd642eed58ba 100644 (file)
@@ -1,7 +1,7 @@
 error: no rules expected the token `@`
   --> $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