]> git.proxmox.com Git - rustc.git/blob - src/test/ui/derives/derives-span-Hash-tuple-struct.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-Hash-tuple-struct.stderr
1 error[E0277]: the trait bound `Error: std::hash::Hash` is not satisfied
2 --> $DIR/derives-span-Hash-tuple-struct.rs:8:5
3 |
4 LL | Error
5 | ^^^^^ the trait `std::hash::Hash` is not implemented for `Error`
6 |
7 ::: $SRC_DIR/libcore/hash/mod.rs:LL:COL
8 |
9 LL | fn hash<H: Hasher>(&self, state: &mut H);
10 | - required by this bound in `std::hash::Hash::hash`
11 |
12 = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
13
14 error: aborting due to previous error
15
16 For more information about this error, try `rustc --explain E0277`.