diff options
Diffstat (limited to 'tests/ui/consts/extra-const-ub/detect-extra-ub.rs')
-rw-r--r-- | tests/ui/consts/extra-const-ub/detect-extra-ub.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/consts/extra-const-ub/detect-extra-ub.rs b/tests/ui/consts/extra-const-ub/detect-extra-ub.rs index e2f814988..6a3c93ce7 100644 --- a/tests/ui/consts/extra-const-ub/detect-extra-ub.rs +++ b/tests/ui/consts/extra-const-ub/detect-extra-ub.rs @@ -1,7 +1,6 @@ // revisions: no_flag with_flag // [no_flag] check-pass // [with_flag] compile-flags: -Zextra-const-ub-checks -#![feature(const_ptr_read)] use std::mem::transmute; |