Rust: run codegen again

This commit is contained in:
Paolo Tranquilli
2025-07-15 14:32:13 +02:00
parent 7b48cb2ce8
commit c5afc65491
12 changed files with 209 additions and 155 deletions

2
rust/schema/ast.py generated
View File

@@ -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