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.
1 parent 597f889 commit eb23a73Copy full SHA for eb23a73
compiler/rustc_feature/src/active.rs
@@ -101,6 +101,9 @@ impl Feature {
101
}
102
103
104
+// See https://rustc-dev-guide.rust-lang.org/feature-gates.html#feature-gates for more
105
+// documentation about handling feature gates.
106
+//
107
// If you change this, please modify `src/doc/unstable-book` as well.
108
//
109
// Don't ever remove anything from this list; move them to `accepted.rs` if
0 commit comments