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 ec75f84 commit 14d59ecCopy full SHA for 14d59ec
alloc/src/lib.rs
@@ -90,6 +90,7 @@
90
#![feature(coerce_unsized)]
91
#![feature(const_btree_new)]
92
#![feature(const_fn)]
93
+#![cfg_attr(not(bootstrap), feature(const_fn_trait_bound))]
94
#![feature(cow_is_borrowed)]
95
#![feature(const_cow_is_borrowed)]
96
#![feature(destructuring_assignment)]
core/src/lib.rs
@@ -86,6 +86,7 @@
86
#![feature(const_impl_trait)]
87
#![feature(const_fn_floating_point_arithmetic)]
88
#![feature(const_fn_fn_ptr_basics)]
89
#![feature(const_option)]
#![feature(const_precise_live_drops)]
#![feature(const_ptr_offset)]
0 commit comments