summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/issue-17718-constants-not-static.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/issue-17718-constants-not-static.stderr')
-rw-r--r--src/test/ui/consts/issue-17718-constants-not-static.stderr12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/test/ui/consts/issue-17718-constants-not-static.stderr b/src/test/ui/consts/issue-17718-constants-not-static.stderr
deleted file mode 100644
index 8f3acae71..000000000
--- a/src/test/ui/consts/issue-17718-constants-not-static.stderr
+++ /dev/null
@@ -1,12 +0,0 @@
-error[E0515]: cannot return reference to temporary value
- --> $DIR/issue-17718-constants-not-static.rs:5:30
- |
-LL | fn foo() -> &'static usize { &id(FOO) }
- | ^-------
- | ||
- | |temporary value created here
- | returns a reference to data owned by the current function
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0515`.