]> git.lizzy.rs Git - rust.git/blob - src/test/ui/derives/derives-span-Clone-enum.stderr
Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a' into clippyup
[rust.git] / src / test / ui / derives / derives-span-Clone-enum.stderr
1 error[E0277]: the trait bound `Error: std::clone::Clone` is not satisfied
2   --> $DIR/derives-span-Clone-enum.rs:9:6
3    |
4 LL |      Error
5    |      ^^^^^ the trait `std::clone::Clone` is not implemented for `Error`
6    |
7    = note: required by `std::clone::Clone::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`.