mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Clients should be able to handle closures without a valid `in` SourceLoc, let's avoid setting it to a recovery location. This avoids crashing in cases where we set an `in` loc that's after the closure's end loc.