auto merge of #12025 : lilac/rust/feature-gate-quote, r=brson
Closes #11630.
This commit is contained in:
@@ -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)];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user