We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2049052 commit 6a52c09Copy full SHA for 6a52c09
library/core/src/lib.rs
@@ -82,6 +82,7 @@
82
#![feature(const_pin)]
83
#![feature(const_fn_union)]
84
#![feature(const_fn)]
85
+#![cfg_attr(not(bootstrap), feature(const_fn_floating_point_arithmetic))]
86
#![feature(const_generics)]
87
#![feature(const_option)]
88
#![feature(const_precise_live_drops)]
library/std/src/lib.rs
@@ -236,6 +236,7 @@
236
#![feature(clamp)]
237
#![feature(concat_idents)]
238
#![feature(const_cstr_unchecked)]
239
240
#![feature(const_fn_transmute)]
241
242
#![feature(const_ip)]
0 commit comments