swift
2d7eafd1
- Infer error conformance for type parameters used in typed throws
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
Infer error conformance for type parameters used in typed throws The type that occurs as the thrown error type must conform to the `Error` protocol. Infer this conformance when the type is a type parameter in the signature of a function.
References
#69181 - Infer error conformance for type parameters used in typed throws
Author
DougGregor
Committer
DougGregor
Parents
b2456b1c
Loading