Skip to content

Commit e4964a0

Browse files
committed
Note about the future of the IntoIterator special case
1 parent b007006 commit e4964a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/expressions/method-call-expr.md

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ These cases require a [disambiguating function call syntax] for method and funct
6969
> **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.
7070
>
7171
> 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.
7274
7375
7476
<div class="warning">

0 commit comments

Comments
 (0)