Skip to content

Commit fb94bf1

Browse files
committed
No recursion -> No defaulting
1 parent 6dcf76c commit fb94bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/NNNN-suppressed-associated-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
- [Future Directions](#future-directions)
2929
- [Constrained Existentials via `some`](#constrained-existentials-via-some)
3030
- [Alternatives Considered](#alternatives-considered)
31-
- [No recursion](#no-recursion)
31+
- [No defaulting](#no-defaulting)
3232
- [Definition-driven associated type defaults](#definition-driven-associated-type-defaults)
3333
- [Protocol-defined default requirements](#protocol-defined-default-requirements)
3434
- [Default constraint sets](#default-constraint-sets)
@@ -746,7 +746,7 @@ constrained existential via `any Q<some ~Copyable>`.
746746
747747
Through the development of this proposal, various alternate formulations were considered.
748748
749-
### No recursion
749+
### No defaulting
750750
751751
A prior version of this proposal [was pitched](https://forums.swift.org/t/pitch-suppressed-default-conformances-on-associated-types/81880) that was absent of any defaulting behavior for associated types. The primary fault was that it
752752
provided an inconsistent behavior when compared with generic types like S:

0 commit comments

Comments
 (0)