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