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.
fn
1 parent e925b29 commit 5888249Copy full SHA for 5888249
core/src/lib.rs
@@ -83,7 +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))]
+#![cfg_attr(not(bootstrap), feature(const_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