mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
swift-module-digester: diagnose let to var changes and vice versa as ABI breaking.
This commit is contained in:
@@ -648,6 +648,8 @@ bool SDKNode::operator==(const SDKNode &Other) const {
|
||||
if (LV->getFixedBinaryOrder() != RV->getFixedBinaryOrder())
|
||||
return false;
|
||||
}
|
||||
if (LV->isLet() != RV->isLet())
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user