auto merge of #12025 : lilac/rust/feature-gate-quote, r=brson

Closes #11630.
This commit is contained in:
bors
2014-02-05 01:06:32 -08:00
9 changed files with 26 additions and 7 deletions

View File

@@ -27,6 +27,8 @@ This API is completely unstable and subject to change.
html_root_url = "http://static.rust-lang.org/doc/master")];
#[feature(macro_rules, globs, managed_boxes)];
#[allow(unknown_features)];// Note: remove it after a snapshot.
#[feature(quote)];
#[deny(non_camel_case_types)];