]> git.proxmox.com Git - rustc.git/blob - src/test/ui/derives/derives-span-PartialOrd-enum.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-PartialOrd-enum.stderr
1 error[E0277]: can't compare `Error` with `Error`
2 --> $DIR/derives-span-PartialOrd-enum.rs:10:6
3 |
4 LL | Error
5 | ^^^^^ no implementation for `Error < Error` and `Error > Error`
6 |
7 = help: the trait `std::cmp::PartialOrd` is not implemented for `Error`
8 = note: required by `std::cmp::PartialOrd::partial_cmp`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0277`.