We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16317bb commit 706fbbcCopy full SHA for 706fbbc
1 file changed
text/0000-edition-based-method-disambiguation.md
@@ -212,6 +212,6 @@ syntax for unambiguous method calls for a specific trait would significantly
212
improve the experience of resolving these warnings.
213
214
[^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.
+ introduced during the current crate's edition which do not conflict with any
+ methods that existed during the initial release of that edition.
217
[^2]: https://github.com/rust-lang/rust/issues/86682
0 commit comments