Skip to content

Commit 99eaaaa

Browse files
committed
Rust: fix QL compilation error
1 parent bcca47c commit 99eaaaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/lib/codeql/rust/internal/PathResolution.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ class ExternCrateItemNode extends ItemNode instanceof ExternCrate {
401401
}
402402

403403
/** An item that can occur in a trait or an `impl` block. */
404-
abstract private class AssocItemNode extends ItemNode, AssocItem {
404+
abstract private class AssocItemNode extends ItemNode instanceof AssocItem {
405405
/** Holds if this associated item has an implementation. */
406406
abstract predicate hasImplementation();
407407

0 commit comments

Comments
 (0)