]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/derives/derives-span-Eq-enum-struct-variant.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-Eq-enum-struct-variant.stderr
index bad0ce31f70756464e0e30e06a163b49005ded02..f886c29c4db9a32c27fc3102293ac4f2d0e2755b 100644 (file)
@@ -5,6 +5,7 @@ LL |      x: Error
    |      ^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `Error`
    |
    = note: required by `std::cmp::AssertParamIsEq`
+   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error