File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,8 +176,8 @@ introduce new keywords or otherwise require adjustments to code. However:
176
176
(rustfix). ** Only a small minority of crates should require _ any_
177
177
manual work to opt in to a new edition** , and that manual work must be
178
178
minimal.
179
- - Many of the features enabled by the new edition will be enabled for the older
180
- one as well; older editions continue to get most new features .
179
+ - Most new features are edition-independent, and will be usable on new compilers
180
+ even when an older edition is selected .
181
181
182
182
In other words, the progression of new compiler versions is independent from
183
183
editions; you can migrate at your leisure, and don’t have to worry about ecosystem
You can’t perform that action at this time.
0 commit comments