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 180b1de commit ef09de8Copy full SHA for ef09de8
core/src/lib.rs
@@ -160,7 +160,7 @@
160
#![feature(const_fn_floating_point_arithmetic)]
161
#![cfg_attr(bootstrap, feature(const_fn_fn_ptr_basics))]
162
#![cfg_attr(bootstrap, feature(const_fn_trait_bound))]
163
-#![feature(const_impl_trait)]
+#![cfg_attr(bootstrap, feature(const_impl_trait))]
164
#![feature(const_mut_refs)]
165
#![feature(const_precise_live_drops)]
166
#![feature(const_refs_to_cell)]
0 commit comments