Skip to content

Commit eb23a73

Browse files
committed
Add link to documentation about feature gates
1 parent 597f889 commit eb23a73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler/rustc_feature/src/active.rs

+3
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ impl Feature {
101101
}
102102
}
103103

104+
// See https://rustc-dev-guide.rust-lang.org/feature-gates.html#feature-gates for more
105+
// documentation about handling feature gates.
106+
//
104107
// If you change this, please modify `src/doc/unstable-book` as well.
105108
//
106109
// Don't ever remove anything from this list; move them to `accepted.rs` if

0 commit comments

Comments
 (0)