2020-04-08 11:23:30 +00:00
|
|
|
error: higher-ranked subtype error
|
|
|
|
--> $DIR/impl-fn-ignore-binder-via-bottom.rs:32:14
|
|
|
|
|
|
|
|
|
LL | let _x = <fn(&())>::make_f();
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: higher-ranked subtype error
|
|
|
|
--> $DIR/impl-fn-ignore-binder-via-bottom.rs:32:14
|
|
|
|
|
|
|
|
|
LL | let _x = <fn(&())>::make_f();
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2020-06-27 21:36:35 +01:00
|
|
|
error: aborting due to 2 previous errors
|
2020-04-08 11:23:30 +00:00
|
|
|
|