2021-06-07 20:25:19 +01:00
|
|
|
error: implementation of `Y` is not general enough
|
2022-04-01 13:13:25 -04:00
|
|
|
--> $DIR/impl-fn-ignore-binder-via-bottom.rs:30:14
|
2020-04-08 11:23:30 +00:00
|
|
|
|
|
|
|
|
LL | let _x = <fn(&())>::make_f();
|
2021-06-07 20:25:19 +01:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^ implementation of `Y` is not general enough
|
|
|
|
|
|
2022-09-21 17:57:30 +02:00
|
|
|
= note: `Y` would have to be implemented for the type `for<'a> fn(&'a ())`
|
2021-06-07 20:25:19 +01:00
|
|
|
= note: ...but `Y` is actually implemented for the type `fn(&'0 ())`, for some specific lifetime `'0`
|
2020-04-08 11:23:30 +00:00
|
|
|
|
2021-06-07 20:25:19 +01:00
|
|
|
error: implementation of `Y` is not general enough
|
2022-04-01 13:13:25 -04:00
|
|
|
--> $DIR/impl-fn-ignore-binder-via-bottom.rs:30:14
|
2020-04-08 11:23:30 +00:00
|
|
|
|
|
|
|
|
LL | let _x = <fn(&())>::make_f();
|
2021-06-07 20:25:19 +01:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^ implementation of `Y` is not general enough
|
|
|
|
|
|
2022-09-21 17:57:30 +02:00
|
|
|
= note: `Y` would have to be implemented for the type `for<'a> fn(&'a ())`
|
2021-06-07 20:25:19 +01:00
|
|
|
= note: ...but `Y` is actually implemented for the type `fn(&'0 ())`, for some specific lifetime `'0`
|
2023-10-04 18:34:50 +00:00
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
2020-04-08 11:23:30 +00:00
|
|
|
|
2022-07-13 19:42:08 +02:00
|
|
|
error: implementation of `Y` is not general enough
|
|
|
|
--> $DIR/impl-fn-ignore-binder-via-bottom.rs:30:14
|
|
|
|
|
|
|
|
|
LL | let _x = <fn(&())>::make_f();
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^ implementation of `Y` is not general enough
|
|
|
|
|
|
2022-09-21 17:57:30 +02:00
|
|
|
= note: `Y` would have to be implemented for the type `for<'a> fn(&'a ())`
|
2022-07-13 19:42:08 +02:00
|
|
|
= note: ...but `Y` is actually implemented for the type `fn(&'0 ())`, for some specific lifetime `'0`
|
2023-10-04 18:34:50 +00:00
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
2022-07-13 19:42:08 +02:00
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
2020-04-08 11:23:30 +00:00
|
|
|
|