mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The specific problem was that the AST was looking for Actor/AnyActor in _Concurrency... but I named the module of the test borrowing (for some reason). So the machinery was failing to think that my stubbed out protocols where the true known protocols. By changing the module name to _Concurrency, everything worked out.
908 B
908 B