Skip to content

Commit 0883f10

Browse files
committed
Mark libsyntax_ext unstable
1 parent 9410bfa commit 0883f10

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/libsyntax_ext/lib.rs

+5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@
1717
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
1818
html_root_url = "https://doc.rust-lang.org/nightly/")]
1919

20+
#![cfg_attr(stage0, feature(custom_attribute))]
21+
#![cfg_attr(stage0, staged_api)]
22+
#![unstable(feature = "rustc_private", issue = "27812")]
23+
2024
#![feature(rustc_private)]
25+
#![feature(staged_api)]
2126
#![feature(str_char)]
2227

2328
extern crate fmt_macros;

0 commit comments

Comments
 (0)