2018-08-08 07:28:26 -05:00
|
|
|
error[E0277]: the trait bound `i32: Bar<u32>` is not satisfied
|
2021-11-13 16:56:22 -06:00
|
|
|
--> $DIR/cross-fn-cache-hole.rs:16:11
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2021-11-13 16:56:22 -06:00
|
|
|
LL | where i32: Foo<u32, A>
|
|
|
|
| ^^^^^^^^^^^^^^^^ the trait `Bar<u32>` is not implemented for `i32`
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
= help: see issue #48214
|
2019-07-23 14:26:01 -05:00
|
|
|
= help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0277`.
|