]> git.proxmox.com Git - rustc.git/blame - src/test/ui/derives/derives-span-PartialEq-struct.stderr
New upstream version 1.54.0+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-PartialEq-struct.stderr
CommitLineData
b7449926 1error[E0369]: binary operation `==` cannot be applied to type `Error`
ba9703b0 2 --> $DIR/derives-span-PartialEq-struct.rs:8:5
b7449926 3 |
532ac7d7 4LL | x: Error
b7449926
XL
5 | ^^^^^^^^
6 |
7 = note: an implementation of `std::cmp::PartialEq` might be missing for `Error`
17df50a5 8 = note: this error originates in the derive macro `PartialEq` (in Nightly builds, run with -Z macro-backtrace for more info)
b7449926
XL
9
10error[E0369]: binary operation `!=` cannot be applied to type `Error`
ba9703b0 11 --> $DIR/derives-span-PartialEq-struct.rs:8:5
b7449926 12 |
532ac7d7 13LL | x: Error
b7449926
XL
14 | ^^^^^^^^
15 |
16 = note: an implementation of `std::cmp::PartialEq` might be missing for `Error`
17df50a5 17 = note: this error originates in the derive macro `PartialEq` (in Nightly builds, run with -Z macro-backtrace for more info)
b7449926
XL
18
19error: aborting due to 2 previous errors
20
21For more information about this error, try `rustc --explain E0369`.