Navigation Menu

Skip to content

Commit

Permalink
Add abstract, final, and override to reserved keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
hydhknn committed Oct 8, 2014
1 parent 8881c35 commit 1426f58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libsyntax/parse/token.rs
Expand Up @@ -520,6 +520,9 @@ declare_special_idents_and_keywords! {
(54, Unsized, "unsized");
(55, Yield, "yield");
(56, Do, "do");
(57, Abstract, "abstract");
(58, Final, "final");
(59, Override, "override");
}
}

Expand Down

0 comments on commit 1426f58

Please sign in to comment.