summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lifetimes/issue-34979.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/test/ui/lifetimes/issue-34979.stderr11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/ui/lifetimes/issue-34979.stderr b/src/test/ui/lifetimes/issue-34979.stderr
deleted file mode 100644
index 5832c4d17..000000000
--- a/src/test/ui/lifetimes/issue-34979.stderr
+++ /dev/null
@@ -1,11 +0,0 @@
-error[E0283]: type annotations needed: cannot satisfy `&'a (): Foo`
- --> $DIR/issue-34979.rs:6:13
- |
-LL | &'a (): Foo,
- | ^^^
- |
- = note: cannot satisfy `&'a (): Foo`
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0283`.