summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/const-prop-ice.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/const-prop-ice.stderr')
-rw-r--r--src/test/ui/consts/const-prop-ice.stderr10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/ui/consts/const-prop-ice.stderr b/src/test/ui/consts/const-prop-ice.stderr
deleted file mode 100644
index 3bcf2b2de..000000000
--- a/src/test/ui/consts/const-prop-ice.stderr
+++ /dev/null
@@ -1,10 +0,0 @@
-error: this operation will panic at runtime
- --> $DIR/const-prop-ice.rs:4:5
- |
-LL | [0; 3][3u64 as usize];
- | ^^^^^^^^^^^^^^^^^^^^^ index out of bounds: the length is 3 but the index is 3
- |
- = note: `#[deny(unconditional_panic)]` on by default
-
-error: aborting due to previous error
-