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