summaryrefslogtreecommitdiffstats
path: root/src/test/ui/nll/issue-52534-2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/nll/issue-52534-2.stderr')
-rw-r--r--src/test/ui/nll/issue-52534-2.stderr15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/test/ui/nll/issue-52534-2.stderr b/src/test/ui/nll/issue-52534-2.stderr
deleted file mode 100644
index ac385e056..000000000
--- a/src/test/ui/nll/issue-52534-2.stderr
+++ /dev/null
@@ -1,15 +0,0 @@
-error[E0597]: `x` does not live long enough
- --> $DIR/issue-52534-2.rs:6:13
- |
-LL | y = &x
- | ^^ borrowed value does not live long enough
-LL |
-LL | }
- | - `x` dropped here while still borrowed
-LL |
-LL | println!("{}", y);
- | - borrow later used here
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0597`.