mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: Include index in Format.getArgument
This commit is contained in:
@@ -1878,7 +1878,7 @@ class Format(Locatable):
|
||||
"""
|
||||
parent: FormatArgsExpr
|
||||
index: int
|
||||
argument: optional["FormatArgument"] | child
|
||||
argument: list["FormatArgument"] | child
|
||||
|
||||
|
||||
@synth.on_arguments(parent=FormatArgsExpr, index=int, kind=int, name=string, positional=boolean, offset=int)
|
||||
|
||||
Reference in New Issue
Block a user