<div dir="ltr">Ok, I thought it was part of SE-0142 (which has status &quot;implemented (Swift 4)&quot;.<div>/Jens</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 7, 2017 at 9:39 AM, Slava Pestov <span dir="ltr">&lt;<a href="mailto:spestov@apple.com" target="_blank">spestov@apple.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This is a rather complex feature that is not actually implemented in Swift 4 (or Swift 3 for that matter). Work is underway to support this, though. The fact that the second example does not produce a diagnostic is a bug (probably you will not be able to define a type that conforms to P2 anyway).<br>
<br>
The proposal is here if you’d like to read more about it: <a href="https://github.com/apple/swift-evolution/blob/master/proposals/0157-recursive-protocol-constraints.md" rel="noreferrer" target="_blank">https://github.com/apple/<wbr>swift-evolution/blob/master/<wbr>proposals/0157-recursive-<wbr>protocol-constraints.md</a><br>
<br>
Slava<br>
<div><div class="h5"><br>
&gt; On Jun 6, 2017, at 10:37 PM, Jens Persson via swift-users &lt;<a href="mailto:swift-users@swift.org">swift-users@swift.org</a>&gt; wrote:<br>
&gt;<br>
&gt; In Swift 4:<br>
&gt;<br>
&gt; protocol P1 {<br>
&gt;     associatedtype A: P1 // Error: Type may not reference itself as a requirement<br>
&gt; }<br>
&gt; protocol P2 {<br>
&gt;     associatedtype A where A: P2 // OK<br>
&gt; }<br>
&gt;<br>
&gt; What is the rationale behind this?<br>
&gt;<br>
&gt; /Jens<br>
</div></div>&gt; ______________________________<wbr>_________________<br>
&gt; swift-users mailing list<br>
&gt; <a href="mailto:swift-users@swift.org">swift-users@swift.org</a><br>
&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-users" rel="noreferrer" target="_blank">https://lists.swift.org/<wbr>mailman/listinfo/swift-users</a><br>
<br>
</blockquote></div><br></div>