We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc4b99 commit 8a90173Copy full SHA for 8a90173
src/liballoc/lib.rs
@@ -63,6 +63,7 @@
63
#![warn(missing_debug_implementations)]
64
#![deny(intra_doc_link_resolution_failure)] // rustdoc is run without -D warnings
65
#![allow(explicit_outlives_requirements)]
66
+#![cfg_attr(not(bootstrap), allow(incomplete_features))]
67
68
#![cfg_attr(not(test), feature(generator_trait))]
69
#![cfg_attr(test, feature(test))]
src/libcore/lib.rs
#![feature(allow_internal_unstable)]
#![feature(arbitrary_self_types)]
0 commit comments