Rust: extract isRef for SelfParam

This commit is contained in:
Paolo Tranquilli
2024-12-16 14:12:13 +01:00
parent aaf0cd5dee
commit 4c4a8d7619
19 changed files with 111 additions and 32 deletions

1
rust/schema/ast.py generated
View File

@@ -540,6 +540,7 @@ class ReturnTypeSyntax(AstNode):
class SelfParam(AstNode):
attrs: list["Attr"] | child
is_ref: predicate
is_mut: predicate
lifetime: optional["Lifetime"] | child
name: optional["Name"] | child