swift
e4dac750 - Unify two implementations of "concurrency diagnostic behavior limit"

Commit
2 years ago
Unify two implementations of "concurrency diagnostic behavior limit" The "send non-Sendable" pass had a copy of the code for determining what limit to put on the diagnostic behavior for a given reference to a nominal type declaration. Rather than update that copy for the recent changes to the canonical version of this in the type checker, share the computation.
Author
Parents
Loading