We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95e1c55 + bd8d155 commit b5aa1b3Copy full SHA for b5aa1b3
docs/LibraryEvolution.rst
@@ -851,7 +851,7 @@ There are very few safe changes to make to protocols and their members:
851
New requirements can be added to a protocol. However, restrictions around
852
existential types mean that adding new associated types or non-type requirements
853
involving ``Self`` can break source compatibility. For this reason, the following
854
-are `binary-compatible source-breaking changes`:
+are `binary-compatible source-breaking changes <binary-compatible source-breaking change>`:
855
856
- A new non-type requirement may be added to a protocol, as long as it has an
857
unconstrained default implementation in a protocol extension of the
0 commit comments