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.
cc @oli-obk
cc #60354
cc #60362
In the
declare_features! ( ... )list insrc/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.
cc @oli-obk
cc #60354
cc #60362