Add link to documentation about feature gates
This commit is contained in:
parent
597f889e45
commit
eb23a7333f
@ -101,6 +101,9 @@ pub fn set(&self, features: &mut Features, span: Span) {
|
||||
}
|
||||
}
|
||||
|
||||
// See https://rustc-dev-guide.rust-lang.org/feature-gates.html#feature-gates for more
|
||||
// documentation about handling feature gates.
|
||||
//
|
||||
// If you change this, please modify `src/doc/unstable-book` as well.
|
||||
//
|
||||
// Don't ever remove anything from this list; move them to `accepted.rs` if
|
||||
|
Loading…
Reference in New Issue
Block a user