Skip to content

Commit 7764b66

Browse files
committed
Correct the comment about sorting of ACTIVE_FEATURES.
1 parent fed7922 commit 7764b66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler/rustc_feature/src/active.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ macro_rules! declare_features {
148148
// was set. This is most important for knowing when a particular feature became
149149
// stable (active).
150150
//
151-
// Note that the features are grouped into internal/user-facing and then
152-
// sorted by version inside those groups. This is enforced with tidy.
151+
// Note that the features are sorted by name. This is enforced with tidy.
153152
//
154153
// N.B., `tools/tidy/src/features.rs` parses this information directly out of the
155154
// source, so take care when modifying it.

0 commit comments

Comments
 (0)