rust/src/test/ui/issue-21160.stderr
2018-07-15 17:10:52 -07:00

11 lines
366 B
Text

error[E0277]: the trait bound `Bar: std::hash::Hash` is not satisfied
--> $DIR/issue-21160.rs:18: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`.