]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/derives/derives-span-Clone-struct.stderr
New upstream version 1.54.0+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-Clone-struct.stderr
index 99c0cdecb6e9ea93f89a0fedc8a7f9f94ddf6552..522ec9719ed41ca9277205fa21c34345aa5f58ce 100644 (file)
@@ -5,7 +5,7 @@ LL |     x: Error
    |     ^^^^^^^^ the trait `Clone` is not implemented for `Error`
    |
    = note: required by `clone`
-   = 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 `Clone` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error