@@ -194,6 +194,7 @@ |
|
|
194 |
194 |
// Language features: |
195 |
195 |
// tidy-alphabetical-start |
196 |
196 |
#![cfg_attr(bootstrap, feature(asm_const))] |
|
197 |
+#![cfg_attr(bootstrap, feature(const_fn_floating_point_arithmetic))] |
197 |
198 |
#![cfg_attr(bootstrap, feature(min_exhaustive_patterns))] |
198 |
199 |
#![feature(abi_unadjusted)] |
199 |
200 |
#![feature(adt_const_params)] |
@@ -203,7 +204,6 @@ |
|
|
203 |
204 |
#![feature(cfg_sanitize)] |
204 |
205 |
#![feature(cfg_target_has_atomic)] |
205 |
206 |
#![feature(cfg_target_has_atomic_equal_alignment)] |
206 |
|
-#![feature(const_fn_floating_point_arithmetic)] |
207 |
207 |
#![feature(const_for)] |
208 |
208 |
#![feature(const_mut_refs)] |
209 |
209 |
#![feature(const_precise_live_drops)] |