Rust: Revert conjunct reorder

This commit is contained in:
Simon Friis Vindum
2025-03-17 07:46:54 +01:00
parent 1b7f4e4d4b
commit 75355e9e53

View File

@@ -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)
)
}