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 e079d3f commit e53c5cbCopy full SHA for e53c5cb
core/src/lib.rs
@@ -131,7 +131,7 @@
131
#![feature(untagged_unions)]
132
#![feature(unwind_attributes)]
133
#![feature(variant_count)]
134
-#![feature(doc_alias)]
+#![cfg_attr(bootstrap, feature(doc_alias))]
135
#![feature(mmx_target_feature)]
136
#![feature(tbm_target_feature)]
137
#![feature(sse4a_target_feature)]
std/src/lib.rs
@@ -245,7 +245,7 @@
245
#![feature(core_intrinsics)]
246
#![feature(custom_test_frameworks)]
247
#![feature(decl_macro)]
248
249
#![feature(doc_cfg)]
250
#![feature(doc_keyword)]
251
#![feature(doc_masked)]
0 commit comments