We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b007006 commit e4964a0Copy full SHA for e4964a0
src/expressions/method-call-expr.md
@@ -69,6 +69,8 @@ These cases require a [disambiguating function call syntax] for method and funct
69
> **Edition Differences**: Before the 2021 edition, during the search for visible methods, if the candidate receiver type is an [array type], methods provided by the standard library [`IntoIterator`] trait are ignored.
70
>
71
> The edition used for this purpose is determined by the token representing the method name.
72
+>
73
+> This special case may be removed in the future.
74
75
76
<div class="warning">
0 commit comments