Skip to content

Commit ec6d13f

Browse files
committed
clarify that current edition refers to the edition of the crate being compiled
1 parent 060716e commit ec6d13f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0000-edition-based-method-disambiguation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,6 @@ syntax for unambiguous method calls for a specific trait would significantly
212212
improve the experience of resolving these warnings.
213213

214214
[^1]: Definition: Pre-edition methods are methods that could legally have been
215-
introduced during the current edition which do not conflict with any methods
216-
that existed during the initial release of the current edition.
215+
introduced during the current crate's edition which do not conflict with any
216+
methods that existed during the initial release of that edition.
217217
[^2]: https://github.com/rust-lang/rust/issues/86682

0 commit comments

Comments
 (0)