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 14d59ec commit 3258c9cCopy full SHA for 3258c9c
alloc/src/lib.rs
@@ -89,7 +89,7 @@
89
#![feature(cfg_target_has_atomic)]
90
#![feature(coerce_unsized)]
91
#![feature(const_btree_new)]
92
-#![feature(const_fn)]
+#![cfg_attr(bootstrap, feature(const_fn))]
93
#![cfg_attr(not(bootstrap), feature(const_fn_trait_bound))]
94
#![feature(cow_is_borrowed)]
95
#![feature(const_cow_is_borrowed)]
core/src/lib.rs
@@ -81,7 +81,7 @@
81
#![feature(const_refs_to_cell)]
82
#![feature(const_panic)]
83
#![feature(const_pin)]
84
85
#![feature(const_fn_union)]
86
#![feature(const_impl_trait)]
87
#![feature(const_fn_floating_point_arithmetic)]
0 commit comments