mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: extract isRef for SelfParam
This commit is contained in:
1
rust/schema/ast.py
generated
1
rust/schema/ast.py
generated
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user