Skip to content

Commit 19cd968

Browse files
committed
comp: Fix syntax error in parser
1 parent 493142f commit 19cd968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/syntax/parse/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ fn bad_expr_word_table() -> hashmap<str, ()> {
150150
"assert", "claim", "native", "fn", "pure",
151151
"unsafe", "import", "export", "let", "const",
152152
"log", "copy", "sendfn", "impl", "iface", "enum",
153-
"m32", "m64", "m128", "f80", "f16", f128",
153+
"m32", "m64", "m128", "f80", "f16", "f128",
154154
"class", "trait"] {
155155
words.insert(word, ());
156156
}

0 commit comments

Comments
 (0)