2021-06-07 20:25:19 +01:00
|
|
|
error: implementation of `Bar` is not general enough
|
2022-04-01 13:13:25 -04:00
|
|
|
--> $DIR/where-for-self-2.rs:23:5
|
2020-06-08 23:12:01 +00:00
|
|
|
|
|
|
|
|
LL | foo(&X);
|
2021-06-07 20:25:19 +01:00
|
|
|
| ^^^^^^^ implementation of `Bar` is not general enough
|
|
|
|
|
|
|
|
|
= note: `&'0 u32` must implement `Bar`, for any lifetime `'0`...
|
|
|
|
= note: ...but `Bar` is actually implemented for the type `&'static u32`
|
2020-06-08 23:12:01 +00:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|