We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0e148 commit 597f889Copy full SHA for 597f889
compiler/rustc_feature/src/active.rs
@@ -103,7 +103,8 @@ impl Feature {
103
104
// If you change this, please modify `src/doc/unstable-book` as well.
105
//
106
-// Don't ever remove anything from this list; move them to `removed.rs`.
+// Don't ever remove anything from this list; move them to `accepted.rs` if
107
+// accepted or `removed.rs` if removed.
108
109
// The version numbers here correspond to the version in which the current status
110
// was set. This is most important for knowing when a particular feature became
0 commit comments