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 bb9daa0 commit 60b2cf6Copy full SHA for 60b2cf6
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