Mark libsyntax_ext unstable
This commit is contained in:
parent
9410bfa0cd
commit
0883f10550
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue