For #2229, recognize 'again' in place of 'cont', final change pending snapshot.
This commit is contained in:
parent
e20f63d095
commit
ceac155211
19 changed files with 34 additions and 34 deletions
|
@ -304,8 +304,7 @@ fn contextual_keyword_table() -> hashmap<str, ()> {
|
|||
fn restricted_keyword_table() -> hashmap<str, ()> {
|
||||
let words = str_hash();
|
||||
let keys = ~[
|
||||
"alt",
|
||||
"assert",
|
||||
"alt", "again", "assert",
|
||||
"break",
|
||||
"check", "claim", "class", "const", "cont", "copy",
|
||||
"do", "drop",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue