]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/fail-simple.stderr
Rollup merge of #106043 - c410-f3r:moar-errors, r=petrochenkov
[rust.git] / src / test / ui / fail-simple.stderr
index 26ed918e94d919d129a22dadf16dcd642eed58ba..af8f54291ff47ce1c30f3d8bc98d821db2989053 100644 (file)
@@ -3,6 +3,8 @@ error: no rules expected the token `@`
    |
 LL |     panic!(@);
    |            ^ no rules expected this token in macro call
+   |
+   = note: while trying to match end of macro
 
 error: aborting due to previous error