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.
type_alias_impl_trait
min_type_alias_impl_trait
1 parent 134b7b5 commit 4d8c5e0Copy full SHA for 4d8c5e0
alloc/src/lib.rs
@@ -142,7 +142,8 @@
142
#![feature(alloc_layout_extra)]
143
#![feature(trusted_random_access)]
144
#![feature(try_trait)]
145
-#![feature(type_alias_impl_trait)]
+#![cfg_attr(bootstrap, feature(type_alias_impl_trait))]
146
+#![cfg_attr(not(bootstrap), feature(min_type_alias_impl_trait))]
147
#![feature(associated_type_bounds)]
148
#![feature(slice_group_by)]
149
#![feature(decl_macro)]
0 commit comments