]> git.lizzy.rs Git - rust.git/blob - src/test/ui/derives/derives-span-PartialOrd-tuple-struct.stderr
Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a' into clippyup
[rust.git] / src / test / ui / derives / derives-span-PartialOrd-tuple-struct.stderr
1 error[E0277]: can't compare `Error` with `Error`
2   --> $DIR/derives-span-PartialOrd-tuple-struct.rs:8:5
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    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
10
11 error[E0277]: can't compare `Error` with `Error`
12   --> $DIR/derives-span-PartialOrd-tuple-struct.rs:8:5
13    |
14 LL |     Error
15    |     ^^^^^ no implementation for `Error < Error` and `Error > Error`
16    |
17    = help: the trait `std::cmp::PartialOrd` is not implemented for `Error`
18    = note: required by `std::cmp::PartialOrd::partial_cmp`
19    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
20
21 error[E0277]: can't compare `Error` with `Error`
22   --> $DIR/derives-span-PartialOrd-tuple-struct.rs:8:5
23    |
24 LL |     Error
25    |     ^^^^^ no implementation for `Error < Error` and `Error > Error`
26    |
27    = help: the trait `std::cmp::PartialOrd` is not implemented for `Error`
28    = note: required by `std::cmp::PartialOrd::partial_cmp`
29    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
30
31 error[E0277]: can't compare `Error` with `Error`
32   --> $DIR/derives-span-PartialOrd-tuple-struct.rs:8:5
33    |
34 LL |     Error
35    |     ^^^^^ no implementation for `Error < Error` and `Error > Error`
36    |
37    = help: the trait `std::cmp::PartialOrd` is not implemented for `Error`
38    = note: required by `std::cmp::PartialOrd::partial_cmp`
39    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
40
41 error[E0277]: can't compare `Error` with `Error`
42   --> $DIR/derives-span-PartialOrd-tuple-struct.rs:8:5
43    |
44 LL |     Error
45    |     ^^^^^ no implementation for `Error < Error` and `Error > Error`
46    |
47    = help: the trait `std::cmp::PartialOrd` is not implemented for `Error`
48    = note: required by `std::cmp::PartialOrd::partial_cmp`
49    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
50
51 error: aborting due to 5 previous errors
52
53 For more information about this error, try `rustc --explain E0277`.