improve diagnostics for angle args
This commit is contained in:
@@ -272,7 +272,7 @@ impl TokenCursor {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, PartialEq)]
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
enum TokenType {
|
||||
Token(TokenKind),
|
||||
Keyword(Symbol),
|
||||
|
||||
Reference in New Issue
Block a user