mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Forgetting to handle DistributedActor next to Actor strikes again: Actors are special that their conformance is implicit and needs not be printed in swift interface files. an actor's Actor conformance was filtered out, however the same logic needs to be applied to DistributedActor, as otherwise there can be redundant conformance errors when validating module interface files. Resolves rdar://160252579
36 KiB
36 KiB