diff options
Diffstat (limited to 'tests/ui/consts/const-prop-ice.rs')
-rw-r--r-- | tests/ui/consts/const-prop-ice.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/ui/consts/const-prop-ice.rs b/tests/ui/consts/const-prop-ice.rs deleted file mode 100644 index 5bffe0206..000000000 --- a/tests/ui/consts/const-prop-ice.rs +++ /dev/null @@ -1,5 +0,0 @@ -// build-fail - -fn main() { - [0; 3][3u64 as usize]; //~ ERROR this operation will panic at runtime -} |