We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80472d commit b5c7cbfCopy full SHA for b5c7cbf
src/librustdoc/lib.rs
@@ -13,6 +13,8 @@
13
html_root_url = "https://doc.rust-lang.org/nightly/",
14
html_playground_url = "https://play.rust-lang.org/")]
15
16
+#![cfg_attr(stage0, feature(dyn_trait))]
17
+
18
#![feature(ascii_ctype)]
19
#![feature(rustc_private)]
20
#![feature(box_patterns)]
0 commit comments