Files
swift-mirror/lib/Sema/DerivedConformanceActor.cpp
Doug Gregor 04edbc3698 Fix availability inference for unownedExecutor.
Rather that copying availability directly from `UnownedExecutorRef`, we need
to properly infer availability from both it and the enclosing context.
Otherwise, the synthesized `unownedExecutor` will have an availability that
could conflict with our enclosing declaration.

Fixes rdar://83246377.
2021-09-24 10:32:02 -07:00

6.8 KiB