Skip to content

Commit 706fbbc

Browse files
committed
clarify that current edition refers to the edition of the crate being compiled
1 parent 16317bb commit 706fbbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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)