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 e1d7681 commit c959eefCopy full SHA for c959eef
library/core/src/lib.rs
@@ -83,6 +83,7 @@
83
#![feature(const_fn)]
84
#![feature(const_fn_union)]
85
#![feature(const_assume)]
86
+#![cfg_attr(not(bootstrap), feature(const_fn_impl_trait))]
87
#![cfg_attr(not(bootstrap), feature(const_fn_floating_point_arithmetic))]
88
#![cfg_attr(not(bootstrap), feature(const_fn_fn_ptr_basics))]
89
#![feature(const_generics)]
0 commit comments