提交 19cd9686 编写于 作者: B Brian Anderson

comp: Fix syntax error in parser

上级 493142ff
...@@ -150,7 +150,7 @@ fn bad_expr_word_table() -> hashmap<str, ()> { ...@@ -150,7 +150,7 @@ fn bad_expr_word_table() -> hashmap<str, ()> {
"assert", "claim", "native", "fn", "pure", "assert", "claim", "native", "fn", "pure",
"unsafe", "import", "export", "let", "const", "unsafe", "import", "export", "let", "const",
"log", "copy", "sendfn", "impl", "iface", "enum", "log", "copy", "sendfn", "impl", "iface", "enum",
"m32", "m64", "m128", "f80", "f16", f128", "m32", "m64", "m128", "f80", "f16", "f128",
"class", "trait"] { "class", "trait"] {
words.insert(word, ()); words.insert(word, ());
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册