mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
Merge pull request #21251 from hvitved/rust/fix-bad-join
Rust: Fix bad join
This commit is contained in:
@@ -323,7 +323,7 @@ private module MkTypeMention<getAdditionalPathTypeAtSig/2 getAdditionalPathTypeA
|
||||
this = impl.getTraitPath() and
|
||||
alias = impl.getASuccessor(name) and
|
||||
result = alias.getTypeRepr() and
|
||||
tp = TAssociatedTypeTypeParameter(resolved, getTraitAssocType(resolved, name))
|
||||
tp = TAssociatedTypeTypeParameter(resolved, resolved.(TraitItemNode).getAssocItem(name))
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user