Skip to content

Commit 7496478

Browse files
committed
stabilize const_fn_floating_point_arithmetic
1 parent 77bd65f commit 7496478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@
194194
// Language features:
195195
// tidy-alphabetical-start
196196
#![cfg_attr(bootstrap, feature(asm_const))]
197+
#![cfg_attr(bootstrap, feature(const_fn_floating_point_arithmetic))]
197198
#![cfg_attr(bootstrap, feature(min_exhaustive_patterns))]
198199
#![feature(abi_unadjusted)]
199200
#![feature(adt_const_params)]
@@ -203,7 +204,6 @@
203204
#![feature(cfg_sanitize)]
204205
#![feature(cfg_target_has_atomic)]
205206
#![feature(cfg_target_has_atomic_equal_alignment)]
206-
#![feature(const_fn_floating_point_arithmetic)]
207207
#![feature(const_for)]
208208
#![feature(const_mut_refs)]
209209
#![feature(const_precise_live_drops)]

0 commit comments

Comments
 (0)