We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9e33f commit c2af4cbCopy full SHA for c2af4cb
library/alloc/src/lib.rs
@@ -82,6 +82,7 @@
82
#![feature(allow_internal_unstable)]
83
#![feature(arbitrary_self_types)]
84
#![feature(async_stream)]
85
+#![cfg_attr(bootstrap, feature(bindings_after_at))]
86
#![feature(box_patterns)]
87
#![feature(box_syntax)]
88
#![feature(cfg_sanitize)]
0 commit comments