about summary refs log tree commit diff
path: root/tests/ui/consts/ptr_is_null.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/ptr_is_null.rs')
-rw-r--r--tests/ui/consts/ptr_is_null.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/consts/ptr_is_null.rs b/tests/ui/consts/ptr_is_null.rs
index bbf13802312..8b41f5718e8 100644
--- a/tests/ui/consts/ptr_is_null.rs
+++ b/tests/ui/consts/ptr_is_null.rs
@@ -1,7 +1,6 @@
 //@ compile-flags: --crate-type=lib
 //@ check-pass
 
-#![feature(const_ptr_is_null)]
 #![allow(useless_ptr_null_checks)]
 
 const FOO: &usize = &42;