mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
When forming runtime metadata for a function type that has either `any Error` or `Never` as the specified thrown error type, drop the thrown error type and normalize down to (untyped) `throws` or non-throwing, as appropriate.