We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ACTIVE_FEATURES
1 parent fed7922 commit 7764b66Copy full SHA for 7764b66
compiler/rustc_feature/src/active.rs
@@ -148,8 +148,7 @@ macro_rules! declare_features {
148
// was set. This is most important for knowing when a particular feature became
149
// stable (active).
150
//
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.
+// Note that the features are sorted by name. This is enforced with tidy.
153
154
// N.B., `tools/tidy/src/features.rs` parses this information directly out of the
155
// source, so take care when modifying it.
0 commit comments