We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff4882 commit c4f2cdcCopy full SHA for c4f2cdc
_posts/2018-03-12-roadmap.md
@@ -176,8 +176,8 @@ introduce new keywords or otherwise require adjustments to code. However:
176
(rustfix). **Only a small minority of crates should require _any_
177
manual work to opt in to a new edition**, and that manual work must be
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.
+- Most new features are edition-independent, and will be usable on new compilers
+ even when an older edition is selected.
181
182
In other words, the progression of new compiler versions is independent from
183
editions; you can migrate at your leisure, and don’t have to worry about ecosystem
0 commit comments