Skip to content

Commit

Permalink
Mark libsyntax_ext unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
sanxiyn committed Dec 15, 2015
1 parent 9410bfa commit 0883f10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/libsyntax_ext/lib.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 0883f10

Please sign in to comment.