mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: Renamed expr on CallExpr and LetExpr
This commit is contained in:
4
rust/schema/ast.py
generated
4
rust/schema/ast.py
generated
@@ -103,7 +103,7 @@ class BreakExpr(Expr):
|
||||
class CallExpr(Expr):
|
||||
arg_list: optional["ArgList"] | child
|
||||
attrs: list["Attr"] | child
|
||||
expr: optional["Expr"] | child
|
||||
function: optional["Expr"] | child
|
||||
|
||||
class CastExpr(Expr):
|
||||
attrs: list["Attr"] | child
|
||||
@@ -285,7 +285,7 @@ class LetElse(AstNode):
|
||||
|
||||
class LetExpr(Expr):
|
||||
attrs: list["Attr"] | child
|
||||
expr: optional["Expr"] | child
|
||||
scrutinee: optional["Expr"] | child
|
||||
pat: optional["Pat"] | child
|
||||
|
||||
class LetStmt(Stmt):
|
||||
|
||||
Reference in New Issue
Block a user