]> git.proxmox.com Git - rustc.git/blob - src/test/ui/derives/derives-span-Clone-enum-struct-variant.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-Clone-enum-struct-variant.stderr
1 error[E0277]: the trait bound `Error: Clone` is not satisfied
2 --> $DIR/derives-span-Clone-enum-struct-variant.rs:9:6
3 |
4 LL | x: Error
5 | ^^^^^^^^ the trait `Clone` is not implemented for `Error`
6 |
7 = note: required by `clone`
8 = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0277`.