about summary refs log tree commit diff
path: root/tests/ui/float/classify-runtime-const.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/float/classify-runtime-const.rs')
-rw-r--r--tests/ui/float/classify-runtime-const.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/float/classify-runtime-const.rs b/tests/ui/float/classify-runtime-const.rs
index b19e67d5284..2a24e51cabb 100644
--- a/tests/ui/float/classify-runtime-const.rs
+++ b/tests/ui/float/classify-runtime-const.rs
@@ -8,7 +8,6 @@
 
 #![feature(f16_const)]
 #![feature(f128_const)]
-#![feature(const_float_classify)]
 
 use std::num::FpCategory::*;