summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/dangling-alloc-id-ice.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/dangling-alloc-id-ice.stderr')
-rw-r--r--src/test/ui/consts/dangling-alloc-id-ice.stderr8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/ui/consts/dangling-alloc-id-ice.stderr b/src/test/ui/consts/dangling-alloc-id-ice.stderr
deleted file mode 100644
index 0a1cca4ca..000000000
--- a/src/test/ui/consts/dangling-alloc-id-ice.stderr
+++ /dev/null
@@ -1,8 +0,0 @@
-error: encountered dangling pointer in final constant
- --> $DIR/dangling-alloc-id-ice.rs:8:1
- |
-LL | const FOO: &() = {
- | ^^^^^^^^^^^^^^
-
-error: aborting due to previous error
-