blob: 8aedb4229e6d306a4f14e9f950232ae6879c4dea [file] [log] [blame]
error[E0277]: the trait bound `Bar: Foo<usize>` is not satisfied
--> $DIR/issue-21659-show-relevant-trait-impls-1.rs:24:8
|
LL | f1.foo(1usize);
| ^^^ the trait `Foo<usize>` is not implemented for `Bar`
|
= help: the following implementations were found:
<Bar as Foo<i32>>
<Bar as Foo<u8>>
error: aborting due to previous error
For more information about this error, try `rustc --explain E0277`.