]> git.proxmox.com Git - rustc.git/blame - src/test/ui/derives/derives-span-Hash-tuple-struct.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-Hash-tuple-struct.stderr
CommitLineData
b7449926 1error[E0277]: the trait bound `Error: std::hash::Hash` is not satisfied
60c5eb7d 2 --> $DIR/derives-span-Hash-tuple-struct.rs:9:5
b7449926 3 |
532ac7d7 4LL | Error
b7449926 5 | ^^^^^ the trait `std::hash::Hash` is not implemented for `Error`
e1599b0c
XL
6 |
7 ::: $SRC_DIR/libcore/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`
b7449926
XL
11
12error: aborting due to previous error
13
14For more information about this error, try `rustc --explain E0277`.