Commit Graph

1 Commits

Author SHA1 Message Date
Slava Pestov
dc49f82c2a Sema: Eagerly mark associated type conformances as used
This might look like a regression in lazyness at first sight,
however this was previously being done implicitly by checking
the 'Self := Adoptee' substitution against the protocol's
generic signature, back when generic signatures had expanded
requirements for protocol associated types.

When generic signature minimization was switched on, this was
no longer being done, as a result it was possible to construct
code that would fail in the specializer with a missing
conformance.
2016-09-06 11:52:24 -07:00