]> git.proxmox.com Git - rustc.git/blame - src/test/ui/derives/derives-span-PartialOrd-struct.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-PartialOrd-struct.stderr
CommitLineData
b7449926 1error[E0277]: can't compare `Error` with `Error`
ba9703b0 2 --> $DIR/derives-span-PartialOrd-struct.rs:8:5
b7449926 3 |
532ac7d7 4LL | x: Error
b7449926
XL
5 | ^^^^^^^^ no implementation for `Error < Error` and `Error > Error`
6 |
1b1a35ee 7 = help: the trait `PartialOrd` is not implemented for `Error`
b7449926 8 = note: required by `std::cmp::PartialOrd::partial_cmp`
74b04a01 9 = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
b7449926 10
dfeec247 11error[E0277]: can't compare `Error` with `Error`
ba9703b0 12 --> $DIR/derives-span-PartialOrd-struct.rs:8:5
dfeec247
XL
13 |
14LL | x: Error
15 | ^^^^^^^^ no implementation for `Error < Error` and `Error > Error`
16 |
1b1a35ee 17 = help: the trait `PartialOrd` is not implemented for `Error`
dfeec247 18 = note: required by `std::cmp::PartialOrd::partial_cmp`
74b04a01 19 = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
dfeec247
XL
20
21error[E0277]: can't compare `Error` with `Error`
ba9703b0 22 --> $DIR/derives-span-PartialOrd-struct.rs:8:5
dfeec247
XL
23 |
24LL | x: Error
25 | ^^^^^^^^ no implementation for `Error < Error` and `Error > Error`
26 |
1b1a35ee 27 = help: the trait `PartialOrd` is not implemented for `Error`
dfeec247 28 = note: required by `std::cmp::PartialOrd::partial_cmp`
74b04a01 29 = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
dfeec247
XL
30
31error[E0277]: can't compare `Error` with `Error`
ba9703b0 32 --> $DIR/derives-span-PartialOrd-struct.rs:8:5
dfeec247
XL
33 |
34LL | x: Error
35 | ^^^^^^^^ no implementation for `Error < Error` and `Error > Error`
36 |
1b1a35ee 37 = help: the trait `PartialOrd` is not implemented for `Error`
dfeec247 38 = note: required by `std::cmp::PartialOrd::partial_cmp`
74b04a01 39 = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
dfeec247
XL
40
41error[E0277]: can't compare `Error` with `Error`
ba9703b0 42 --> $DIR/derives-span-PartialOrd-struct.rs:8:5
dfeec247
XL
43 |
44LL | x: Error
45 | ^^^^^^^^ no implementation for `Error < Error` and `Error > Error`
46 |
1b1a35ee 47 = help: the trait `PartialOrd` is not implemented for `Error`
dfeec247 48 = note: required by `std::cmp::PartialOrd::partial_cmp`
74b04a01 49 = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
dfeec247
XL
50
51error: aborting due to 5 previous errors
b7449926
XL
52
53For more information about this error, try `rustc --explain E0277`.