]> git.proxmox.com Git - rustc.git/blob - src/test/ui/derives/derives-span-Ord-enum-struct-variant.stderr
New upstream version 1.35.0+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-Ord-enum-struct-variant.stderr
1 error[E0277]: the trait bound `Error: std::cmp::Ord` is not satisfied
2 --> $DIR/derives-span-Ord-enum-struct-variant.rs:9:6
3 |
4 LL | x: Error
5 | ^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `Error`
6 |
7 = note: required by `std::cmp::Ord::cmp`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0277`.