]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/derives/derives-span-Debug-tuple-struct.stderr
New upstream version 1.54.0+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-Debug-tuple-struct.stderr
index 73a88a653f4c6b43803c98e0942b9941f9fd32c2..0b74908d1ee446b0b1aaab665e6267a12d362ebe 100644 (file)
@@ -8,7 +8,7 @@ LL |     Error
    = note: add `#[derive(Debug)]` or manually implement `Debug`
    = note: required because of the requirements on the impl of `Debug` for `&Error`
    = note: required for the cast to the object type `dyn Debug`
-   = 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 `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error