]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-45801.stderr
Rollup merge of #94703 - kjetilkjeka:nvptx-kernel-args-abi2, r=nagisa
[rust.git] / src / test / ui / issues / issue-45801.stderr
1 error[E0277]: the trait bound `Params: Plugin<i32>` is not satisfied
2   --> $DIR/issue-45801.rs:21:9
3    |
4 LL |     req.get_ref::<Params>();
5    |         ^^^^^^^ the trait `Plugin<i32>` is not implemented for `Params`
6    |
7    = help: the trait `Plugin<Foo>` is implemented for `Params`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0277`.