Using ...
in expressions is now an error
This commit is contained in:
parent
4bd6be9dc6
commit
3c41c28f48
3 changed files with 21 additions and 16 deletions
|
@ -222,8 +222,8 @@ impl Token {
|
|||
BinOp(Or) | OrOr | // closure
|
||||
BinOp(And) | // reference
|
||||
AndAnd | // double reference
|
||||
// DotDotDot is no longer supported, but we need some way to display the error
|
||||
DotDot | DotDotDot | DotDotEq | // range notation
|
||||
// SNAP remove DotDotDot
|
||||
Lt | BinOp(Shl) | // associated path
|
||||
ModSep | // global path
|
||||
Pound => true, // expression attributes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue