improve diagnostics for angle args
This commit is contained in:
parent
f2de221b00
commit
728d257839
3 changed files with 28 additions and 50 deletions
|
@ -272,7 +272,7 @@ impl TokenCursor {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, PartialEq)]
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
enum TokenType {
|
||||
Token(TokenKind),
|
||||
Keyword(Symbol),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue