summaryrefslogtreecommitdiffstats
path: root/src/test/ui/nll/relate_tys/impl-fn-ignore-binder-via-bottom.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/nll/relate_tys/impl-fn-ignore-binder-via-bottom.stderr')
-rw-r--r--src/test/ui/nll/relate_tys/impl-fn-ignore-binder-via-bottom.stderr29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/test/ui/nll/relate_tys/impl-fn-ignore-binder-via-bottom.stderr b/src/test/ui/nll/relate_tys/impl-fn-ignore-binder-via-bottom.stderr
deleted file mode 100644
index b945ffedd..000000000
--- a/src/test/ui/nll/relate_tys/impl-fn-ignore-binder-via-bottom.stderr
+++ /dev/null
@@ -1,29 +0,0 @@
-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
- |
- = note: `Y` would have to be implemented for the type `for<'a> fn(&'a ())`
- = note: ...but `Y` is actually implemented for the type `fn(&'0 ())`, for some specific lifetime `'0`
-
-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
- |
- = note: `Y` would have to be implemented for the type `for<'a> fn(&'a ())`
- = note: ...but `Y` is actually implemented for the type `fn(&'0 ())`, for some specific lifetime `'0`
-
-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
- |
- = note: `Y` would have to be implemented for the type `for<'a> fn(&'a ())`
- = note: ...but `Y` is actually implemented for the type `fn(&'0 ())`, for some specific lifetime `'0`
-
-error: aborting due to 3 previous errors
-