Commits

Michael Ilseman committed ce1565a110d
[noescape-by-default] Better diagnostics for parameters Issue better diagnostics, along with notes and fixits, for the common case of using an implicitly non-escaping parameter of function type in a context expecting an @escaping closure. Provides even more specific diagnostics for common scenarios such as passing to another function or assignment.