We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee54250 commit f0c1583Copy full SHA for f0c1583
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)]
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