swift
b7b4f41d - AST: Pass allowMissing=true when filling in signature conformances

Commit
3 years ago
AST: Pass allowMissing=true when filling in signature conformances This fixes an AST verifier failure where code that we otherwise accept (because of loose Sendable checking) causes an assertion because an invalid conformance shows up in the signature conformances list of a valid (from the type checker's POV) normal conformance.
Author
Committer
Parents
Loading