From c9f0ff3813a662197e262e64edb8302d2b4a3e75 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Fri, 2 Jan 2015 13:39:05 -0800 Subject: Reserve the keyword 'macro' --- src/libsyntax/parse/token.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsyntax/parse/token.rs') diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index a653190cffd..094aacf3207 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -574,6 +574,7 @@ declare_special_idents_and_keywords! { (56, Abstract, "abstract"); (57, Final, "final"); (58, Override, "override"); + (59, Macro, "macro"); } } -- cgit 1.4.1-3-g733a5