mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
859b31f9c6
We were redundantly printing constraints that were implied by the base type (the type being extended). Rather than special-casing constraints on a protocol's 'Self' type, omit any requirements that are already satisfied by the extended type instead. https://bugs.swift.org/browse/SR-7413