File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -115,10 +115,12 @@ field.
115
115
116
116
During method resolution, when we detect an ambiguity we should then check if
117
117
one of the methods in question is a standard libary method with an ` edition `
118
- field. When it exists and the edition field of that method matches the current
119
- edition we ignore that method and select the other method that conflicted with
120
- it and generate a warning. If the edition is a previous edition we continue as
121
- normal and emit an error for the ambiguity.
118
+ field. When the edition field exists in the stability attribute and the edition
119
+ field of that method matches the current crate's edition we ignore that method
120
+ and select the pre-edition method that conflicted with it and generate a
121
+ warning. If the edition field in the stability attribute is an earlier edition
122
+ than the crate's edition we continue as normal and emit an error for the
123
+ ambiguity.
122
124
123
125
This flag should be usable to resolve the following forms of breakage:
124
126
You can’t perform that action at this time.
0 commit comments