Merge branch 'v1.1-fixes'

This commit is contained in:
Stephen Chung
2021-11-13 10:01:55 +08:00
4 changed files with 24 additions and 16 deletions

View File

@@ -817,6 +817,7 @@ impl Token {
match self {
LexError(_) |
SemiColon | // ; - is unary
Colon | // #{ foo: - is unary
Comma | // ( ... , -expr ) - is unary
//Period |
LeftBrace | // { -expr } - is unary