Mark libsyntax_ext unstable

This commit is contained in:
Seo Sanghyeon
2015-12-15 16:23:18 +09:00
parent 9410bfa0cd
commit 0883f10550

View File

@@ -17,7 +17,12 @@
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
html_root_url = "https://doc.rust-lang.org/nightly/")]
#![cfg_attr(stage0, feature(custom_attribute))]
#![cfg_attr(stage0, staged_api)]
#![unstable(feature = "rustc_private", issue = "27812")]
#![feature(rustc_private)]
#![feature(staged_api)]
#![feature(str_char)]
extern crate fmt_macros;