diff options
| author | Keegan McAllister <kmcallister@mozilla.com> | 2015-01-02 13:39:05 -0800 |
|---|---|---|
| committer | Keegan McAllister <kmcallister@mozilla.com> | 2015-01-05 18:21:14 -0800 |
| commit | c9f0ff3813a662197e262e64edb8302d2b4a3e75 (patch) | |
| tree | 0533a040160c8def11c60c883bf9fcfea63399b3 /src/libsyntax/parse/token.rs | |
| parent | aa69cbde8279cd90457454c3b3f40a36e8a79dff (diff) | |
| download | rust-c9f0ff3813a662197e262e64edb8302d2b4a3e75.tar.gz rust-c9f0ff3813a662197e262e64edb8302d2b4a3e75.zip | |
Reserve the keyword 'macro'
Diffstat (limited to 'src/libsyntax/parse/token.rs')
| -rw-r--r-- | src/libsyntax/parse/token.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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"); } } |
