about summary refs log tree commit diff
path: root/src/test/ui/static/issue-18118.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/static/issue-18118.stderr')
-rw-r--r--src/test/ui/static/issue-18118.stderr14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/test/ui/static/issue-18118.stderr b/src/test/ui/static/issue-18118.stderr
deleted file mode 100644
index 49798a148de..00000000000
--- a/src/test/ui/static/issue-18118.stderr
+++ /dev/null
@@ -1,14 +0,0 @@
-error[E0597]: `p` does not live long enough
-  --> $DIR/issue-18118.rs:4:9
-   |
-LL |         &p
-   |         ^^
-   |         |
-   |         borrowed value does not live long enough
-   |         using this value as a constant requires that `p` is borrowed for `'static`
-LL |     };
-   |     - `p` dropped here while still borrowed
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0597`.