From 124938bcf5381bf6e686dfe5741d2d411574acac Mon Sep 17 00:00:00 2001 From: James Deng Date: Tue, 4 Feb 2014 22:03:00 +1100 Subject: Replaced with a single "quote" feature gate. --- src/libsyntax/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 8f549d528bc..a61c354e7cd 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -27,8 +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)]; -#[feature(quote_expr)]; +#[allow(unknown_features)];// Note: remove it after a snapshot. +#[feature(quote)]; #[deny(non_camel_case_types)]; -- cgit 1.4.1-3-g733a5