summaryrefslogtreecommitdiffstats
path: root/src/test/ui/nll/issue-57280-1-flipped.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/nll/issue-57280-1-flipped.stderr')
-rw-r--r--src/test/ui/nll/issue-57280-1-flipped.stderr11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/ui/nll/issue-57280-1-flipped.stderr b/src/test/ui/nll/issue-57280-1-flipped.stderr
deleted file mode 100644
index 7a2135a2a..000000000
--- a/src/test/ui/nll/issue-57280-1-flipped.stderr
+++ /dev/null
@@ -1,11 +0,0 @@
-error: lifetime may not live long enough
- --> $DIR/issue-57280-1-flipped.rs:17:9
- |
-LL | fn foo<'a>(x: &'static u32) {
- | -- lifetime `'a` defined here
-LL | match x {
-LL | <() as Foo<'a>>::C => { }
- | ^^^^^^^^^^^^^^^^^^ type annotation requires that `'a` must outlive `'static`
-
-error: aborting due to previous error
-