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.
2 parents f1ca0ec + 60b2cf6 commit e6150e2Copy full SHA for e6150e2
rust/ql/lib/codeql/rust/internal/PathResolution.qll
@@ -615,7 +615,7 @@ class ImplItemNode extends ImplOrTraitItemNode instanceof Impl {
615
if this.hasCanonicalPath(c2)
616
then c1 = c2
617
else (
618
- c2 = c1.getADependency() or c1 = c2.getADependency()
+ c2 = c1.getADependency+() or c1 = c2.getADependency+()
619
)
620
621
}
0 commit comments