]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/proc-macro/derive-bad.stderr
New upstream version 1.54.0+dfsg1
[rustc.git] / src / test / ui / proc-macro / derive-bad.stderr
index bc5ed9815238adf026d3e4d5130641585feda6f4..ae48141fb313340bafd4c40f12317aba6da7761c 100644 (file)
@@ -4,7 +4,7 @@ error: expected `:`, found `}`
 LL | #[derive(A)]
    |          ^ expected `:`
    |
-   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
+   = note: this error originates in the derive macro `A` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: proc-macro derive produced unparseable tokens
   --> $DIR/derive-bad.rs:6:10