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 875c7da commit 3543829Copy full SHA for 3543829
rust/ql/lib/codeql/rust/internal/PathResolution.qll
@@ -650,7 +650,6 @@ final class ImplItemNode extends ImplOrTraitItemNode instanceof Impl {
650
651
TypeParamItemNode getBlanketImplementationTypeParam() {
652
result = this.resolveSelfTy() and
653
- result = super.getGenericParamList().getAGenericParam() and
654
// This impl block is not superseded by the expansion of an attribute macro.
655
not exists(super.getAttributeMacroExpansion())
656
}
0 commit comments