summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-30438-c.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/issues/issue-30438-c.stderr')
-rw-r--r--tests/ui/issues/issue-30438-c.stderr9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/ui/issues/issue-30438-c.stderr b/tests/ui/issues/issue-30438-c.stderr
deleted file mode 100644
index 7c0010880..000000000
--- a/tests/ui/issues/issue-30438-c.stderr
+++ /dev/null
@@ -1,9 +0,0 @@
-error[E0515]: cannot return reference to local variable `x`
- --> $DIR/issue-30438-c.rs:9:5
- |
-LL | &x
- | ^^ 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`.