comp: Fix syntax error in parser

This commit is contained in:
Brian Anderson 2012-01-24 14:03:25 -08:00
parent 493142ffd4
commit 19cd9686e7
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ fn bad_expr_word_table() -> hashmap<str, ()> {
"assert", "claim", "native", "fn", "pure",
"unsafe", "import", "export", "let", "const",
"log", "copy", "sendfn", "impl", "iface", "enum",
"m32", "m64", "m128", "f80", "f16", f128",
"m32", "m64", "m128", "f80", "f16", "f128",
"class", "trait"] {
words.insert(word, ());
}