]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/hygiene/fields-definition.stderr
Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov
[rust.git] / src / test / ui / hygiene / fields-definition.stderr
index fd8846bb13c88de3193341b760e7645e9f12a021..9d091cedd237dbf825cbf4e3a6d48c2908c933c6 100644 (file)
@@ -7,9 +7,9 @@ LL |             $a: u8,
    |             ^^^^^^ field already declared
 ...
 LL | legacy!(a);
-   | ----------- in this macro invocation
+   | ---------- 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 `legacy` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error