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 bcca47c commit 99eaaaaCopy full SHA for 99eaaaa
rust/ql/lib/codeql/rust/internal/PathResolution.qll
@@ -401,7 +401,7 @@ class ExternCrateItemNode extends ItemNode instanceof ExternCrate {
401
}
402
403
/** An item that can occur in a trait or an `impl` block. */
404
-abstract private class AssocItemNode extends ItemNode, AssocItem {
+abstract private class AssocItemNode extends ItemNode instanceof AssocItem {
405
/** Holds if this associated item has an implementation. */
406
abstract predicate hasImplementation();
407
0 commit comments