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 9410bfa commit 0883f10Copy full SHA for 0883f10
src/libsyntax_ext/lib.rs
@@ -17,7 +17,12 @@
17
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
18
html_root_url = "https://doc.rust-lang.org/nightly/")]
19
20
+#![cfg_attr(stage0, feature(custom_attribute))]
21
+#![cfg_attr(stage0, staged_api)]
22
+#![unstable(feature = "rustc_private", issue = "27812")]
23
+
24
#![feature(rustc_private)]
25
+#![feature(staged_api)]
26
#![feature(str_char)]
27
28
extern crate fmt_macros;
0 commit comments