2018-07-15 16:11:54 -05:00
|
|
|
error[E0277]: the trait bound `Params: Plugin<i32>` is not satisfied
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-45801.rs:21:9
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
|
LL | req.get_ref::<Params>();
|
|
|
|
| ^^^^^^^ the trait `Plugin<i32>` is not implemented for `Params`
|
|
|
|
|
|
2021-12-13 14:56:40 -06:00
|
|
|
= help: the trait `Plugin<Foo>` is implemented for `Params`
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0277`.
|