]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/derives/derives-span-Clone-tuple-struct.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-Clone-tuple-struct.stderr
index 0024199ca59cdeefee8770456c5789253a29295f..e6d734bfcc7bac963d77f5023f617f40ca68f5cb 100644 (file)
@@ -1,10 +1,10 @@
-error[E0277]: the trait bound `Error: std::clone::Clone` is not satisfied
+error[E0277]: the trait bound `Error: Clone` is not satisfied
   --> $DIR/derives-span-Clone-tuple-struct.rs:8:5
    |
 LL |     Error
-   |     ^^^^^ the trait `std::clone::Clone` is not implemented for `Error`
+   |     ^^^^^ the trait `Clone` is not implemented for `Error`
    |
-   = note: required by `std::clone::Clone::clone`
+   = note: required by `clone`
    = 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