2018-08-08 07:28:26 -05:00
|
|
|
error[E0277]: the trait bound `{integer}: TraitA` is not satisfied
|
2019-09-15 23:58:20 -05:00
|
|
|
--> $DIR/vtable-res-trait-param.rs:17:18
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | b.gimme_an_a(y)
|
2019-09-15 23:58:20 -05:00
|
|
|
| ^ the trait `TraitA` is not implemented for `{integer}`
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0277`.
|