swift
7d1f6f92 - [Diagnostics] Diagnose missing closure, function value parameters in assignments

Commit
44 days ago
[Diagnostics] Diagnose missing closure, function value parameters in assignments Teach `MissingArgumentsFailure` that a "source" of the assignment could be a closure that has some of the expected arguments missing. For function values in the same situation, produce a generic conversion mismatch diagnostic. Resolves: https://github.com/swiftlang/swift/issues/87818 Resolves: rdar://172316156
Author
Committer
Parents
Loading