Closed
Description
In the declare_features! ( ... )
list in src/libsyntax/feature_gate.rs
, enforce that groups (internal, user-facing, ...) of features are ordered by version number with the newest last. The groups will need to be scoped in some way with a comment, e.g. // feature group START
+ feature group END
.
This makes it easier to see what things are newer and gives a better overview when considering stabilization.