about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-21160.stderr
blob: e32343e9682db6f33d72493a2aba8b691ba45620 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0277]: the trait bound `Bar: std::hash::Hash` is not satisfied
  --> $DIR/issue-21160.rs:8:12
   |
LL | struct Foo(Bar);
   |            ^^^ the trait `std::hash::Hash` is not implemented for `Bar`
   |
   = note: required by `std::hash::Hash::hash`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0277`.