]> git.proxmox.com Git - rustc.git/blame - src/test/ui/derives/derives-span-PartialOrd-tuple-struct.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-PartialOrd-tuple-struct.stderr
CommitLineData
b7449926 1error[E0277]: can't compare `Error` with `Error`
60c5eb7d 2 --> $DIR/derives-span-PartialOrd-tuple-struct.rs:9:5
b7449926 3 |
532ac7d7 4LL | Error
b7449926
XL
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
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0277`.