]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-21160.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-21160.stderr
1 error[E0277]: the trait bound `Bar: std::hash::Hash` is not satisfied
2   --> $DIR/issue-21160.rs:8:12
3    |
4 LL | struct Foo(Bar);
5    |            ^^^ the trait `std::hash::Hash` is not implemented for `Bar`
6    |
7    = note: required by `std::hash::Hash::hash`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0277`.