]> git.proxmox.com Git - rustc.git/blame - src/test/ui/derives/derives-span-Hash-enum-struct-variant.stderr
New upstream version 1.47.0~beta.2+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-Hash-enum-struct-variant.stderr
CommitLineData
b7449926 1error[E0277]: the trait bound `Error: std::hash::Hash` is not satisfied
ba9703b0 2 --> $DIR/derives-span-Hash-enum-struct-variant.rs:9:6
b7449926 3 |
532ac7d7 4LL | x: Error
b7449926 5 | ^^^^^^^^ the trait `std::hash::Hash` is not implemented for `Error`
e1599b0c 6 |
3dfed10e 7 ::: $SRC_DIR/core/src/hash/mod.rs:LL:COL
b7449926 8 |
e1599b0c
XL
9LL | fn hash<H: Hasher>(&self, state: &mut H);
10 | - required by this bound in `std::hash::Hash::hash`
74b04a01
XL
11 |
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`.