]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/parser/missing-semicolon.stderr
New upstream version 1.54.0+dfsg1
[rustc.git] / src / test / ui / parser / missing-semicolon.stderr
index 26cb3d13d9c481a047ec82fa7daaf70f406aff92..68f0f440c46b923585394963b72c45c9cdb208eb 100644 (file)
@@ -7,7 +7,7 @@ LL |         $( let x = $e1 )*;
 LL | fn main() { m!(0, 0; 0, 0); }
    |             --------------- in this macro invocation
    |
-   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
+   = note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error