Improve speed on common dot/index expressions.
This commit is contained in:
@@ -401,6 +401,10 @@ pub enum Expr {
|
||||
/// func `(` expr `,` ... `)`
|
||||
FnCall(Box<FnCallExpr>, Position),
|
||||
/// lhs `.` rhs
|
||||
///
|
||||
/// ### Flags
|
||||
///
|
||||
/// No flags are defined at this time. Use [`NONE`][ASTFlags::NONE].
|
||||
Dot(Box<BinaryExpr>, ASTFlags, Position),
|
||||
/// lhs `[` rhs `]`
|
||||
///
|
||||
|
Reference in New Issue
Block a user