mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: rerun code generation
This commit is contained in:
1
rust/schema/ast.py
generated
1
rust/schema/ast.py
generated
@@ -535,6 +535,7 @@ class RecordExprFieldList(AstNode, ):
|
||||
|
||||
class RecordField(AstNode, ):
|
||||
attrs: list["Attr"] | child
|
||||
expr: optional["Expr"] | child
|
||||
name: optional["Name"] | child
|
||||
type_repr: optional["TypeRepr"] | child
|
||||
visibility: optional["Visibility"] | child
|
||||
|
||||
Reference in New Issue
Block a user