]> git.proxmox.com Git - rustc.git/blame - src/test/ui/derives/derives-span-Eq-enum-struct-variant.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-Eq-enum-struct-variant.stderr
CommitLineData
1b1a35ee 1error[E0277]: the trait bound `Error: Eq` is not satisfied
ba9703b0 2 --> $DIR/derives-span-Eq-enum-struct-variant.rs:9:6
b7449926 3 |
532ac7d7 4LL | x: Error
1b1a35ee 5 | ^^^^^^^^ the trait `Eq` is not implemented for `Error`
ba9703b0 6 |
3dfed10e 7 ::: $SRC_DIR/core/src/cmp.rs:LL:COL
ba9703b0
XL
8 |
9LL | pub struct AssertParamIsEq<T: Eq + ?Sized> {
1b1a35ee 10 | -- required by this bound in `AssertParamIsEq`
b7449926 11 |
74b04a01 12 = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
b7449926
XL
13
14error: aborting due to previous error
15
16For more information about this error, try `rustc --explain E0277`.