We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029e260 commit 23e6a82Copy full SHA for 23e6a82
rust/ql/lib/codeql/rust/elements/internal/VariableImpl.qll
@@ -177,7 +177,7 @@ module Impl {
177
not p.hasQualifier() and
178
ps = p.getPart() and
179
not ps.hasGenericArgList() and
180
- not ps.hasParamList() and
+ not ps.hasParenthesizedArgList() and
181
not ps.hasPathType() and
182
not ps.hasReturnTypeSyntax() and
183
name_ = ps.getNameRef().getText()
0 commit comments