We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77bd65f commit 7496478Copy full SHA for 7496478
core/src/lib.rs
@@ -194,6 +194,7 @@
194
// Language features:
195
// tidy-alphabetical-start
196
#![cfg_attr(bootstrap, feature(asm_const))]
197
+#![cfg_attr(bootstrap, feature(const_fn_floating_point_arithmetic))]
198
#![cfg_attr(bootstrap, feature(min_exhaustive_patterns))]
199
#![feature(abi_unadjusted)]
200
#![feature(adt_const_params)]
@@ -203,7 +204,6 @@
203
204
#![feature(cfg_sanitize)]
205
#![feature(cfg_target_has_atomic)]
206
#![feature(cfg_target_has_atomic_equal_alignment)]
-#![feature(const_fn_floating_point_arithmetic)]
207
#![feature(const_for)]
208
#![feature(const_mut_refs)]
209
#![feature(const_precise_live_drops)]
0 commit comments