diff options
Diffstat (limited to 'src/comp/syntax/parse/parser.rs')
| -rw-r--r-- | src/comp/syntax/parse/parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/syntax/parse/parser.rs b/src/comp/syntax/parse/parser.rs index f7574b76371..1ae1cc2ecb9 100644 --- a/src/comp/syntax/parse/parser.rs +++ b/src/comp/syntax/parse/parser.rs @@ -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, ()); } |
