Rollup merge of #128596 - RalfJung:const_fn_floating_point_arithmetic… · patricklam/verify-rust-std@f647079 (original) (raw)

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