about summary refs log tree commit diff
path: root/tests/ui/float/conv-bits-runtime-const.rs
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2024-10-04 17:43:27 +0200
committerRalf Jung <post@ralfj.de>2024-10-05 10:13:18 +0200
commit0cd0f7ceef442f2767024df261d3898db23402d8 (patch)
tree5909bbb9f56ecaa933791368c256e63f45413fc4 /tests/ui/float/conv-bits-runtime-const.rs
parentd30c3924a4ef6ab4f331134562c145d5cec0179a (diff)
downloadrust-0cd0f7ceef442f2767024df261d3898db23402d8.tar.gz
rust-0cd0f7ceef442f2767024df261d3898db23402d8.zip
move f16/f128 const fn under f16/f128 feature gate
Diffstat (limited to 'tests/ui/float/conv-bits-runtime-const.rs')
-rw-r--r--tests/ui/float/conv-bits-runtime-const.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/float/conv-bits-runtime-const.rs b/tests/ui/float/conv-bits-runtime-const.rs
index 60c45cc4cc1..3046728fe66 100644
--- a/tests/ui/float/conv-bits-runtime-const.rs
+++ b/tests/ui/float/conv-bits-runtime-const.rs
@@ -5,8 +5,6 @@
 
 #![feature(f16)]
 #![feature(f128)]
-#![feature(f16_const)]
-#![feature(f128_const)]
 #![allow(unused_macro_rules)]
 
 use std::hint::black_box;