blob: c5fff622b6b232941913ef93fe33ee2fa67a3fd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error[E0277]: the trait bound `{integer}: TraitA` is not satisfied
--> $DIR/vtable-res-trait-param.rs:17:18
|
LL | b.gimme_an_a(y)
| ---------- ^ the trait `TraitA` is not implemented for `{integer}`
| |
| required by a bound introduced by this call
error: aborting due to previous error
For more information about this error, try `rustc --explain E0277`.
|