mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
For any operation that can throw an error, such as calls, property accesses, and non-exhaustive do..catch statements, record the thrown error type along with the conversion from that thrown error to the error type expected in context, as appropriate. This will prevent later stages from having to re-compute the conversion sequences.
37 KiB
37 KiB