]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/fail-simple.stderr
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / fail-simple.stderr
index 4a4aec5b6ac570e24c1d6c7a2f93f5caed26dbbc..31be4e2c87a68a5c70d741abf9572e7e585826cd 100644 (file)
@@ -1,8 +1,8 @@
 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 `@`
-   |            ^ no rules expected the token `@`
+   |            ^ no rules expected this token in macro call
 
 error: aborting due to previous error