summary refs log tree commit diff
path: root/tests/ui/consts/const-ptr-is-null.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/const-ptr-is-null.rs')
-rw-r--r--tests/ui/consts/const-ptr-is-null.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/consts/const-ptr-is-null.rs b/tests/ui/consts/const-ptr-is-null.rs
index 82c293c0ad6..92cf87a9782 100644
--- a/tests/ui/consts/const-ptr-is-null.rs
+++ b/tests/ui/consts/const-ptr-is-null.rs
@@ -1,4 +1,3 @@
-#![feature(const_ptr_is_null)]
 use std::ptr;
 
 const IS_NULL: () = {