mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: run codegen again
This commit is contained in:
2
rust/schema/ast.py
generated
2
rust/schema/ast.py
generated
@@ -69,7 +69,7 @@ class AsmConst(AsmOperand, ):
|
||||
class AsmDirSpec(AstNode, ):
|
||||
pass
|
||||
|
||||
class AsmExpr(Expr, ):
|
||||
class AsmExpr(Expr, Item, ):
|
||||
asm_pieces: list["AsmPiece"] | child
|
||||
attrs: list["Attr"] | child
|
||||
template: list["Expr"] | child
|
||||
|
||||
Reference in New Issue
Block a user