summaryrefslogtreecommitdiffstats
path: root/src/test/ui/nll/user-annotations/constant-in-expr-inherent-1.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/nll/user-annotations/constant-in-expr-inherent-1.stderr')
-rw-r--r--src/test/ui/nll/user-annotations/constant-in-expr-inherent-1.stderr10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/ui/nll/user-annotations/constant-in-expr-inherent-1.stderr b/src/test/ui/nll/user-annotations/constant-in-expr-inherent-1.stderr
deleted file mode 100644
index c39301588..000000000
--- a/src/test/ui/nll/user-annotations/constant-in-expr-inherent-1.stderr
+++ /dev/null
@@ -1,10 +0,0 @@
-error: lifetime may not live long enough
- --> $DIR/constant-in-expr-inherent-1.rs:8:5
- |
-LL | fn foo<'a>(_: &'a u32) -> &'static u32 {
- | -- lifetime `'a` defined here
-LL | <Foo<'a>>::C
- | ^^^^^^^^^^^^ returning this value requires that `'a` must outlive `'static`
-
-error: aborting due to previous error
-