mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Rust: Revert conjunct reorder
This commit is contained in:
@@ -540,8 +540,8 @@ module Make1<LocationSig Location, InputSig1<Location> Input1> {
|
||||
) {
|
||||
not exists(getTypeArgument(a, target, tp, _)) and
|
||||
exists(AccessPosition apos, DeclarationPosition dpos, TypePath pathToTypeParam |
|
||||
accessDeclarationPositionMatch(apos, dpos) and
|
||||
tp = target.getDeclaredType(dpos, pathToTypeParam) and
|
||||
accessDeclarationPositionMatch(apos, dpos) and
|
||||
adjustedAccessType(a, apos, target, pathToTypeParam.append(path), t)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user