Rollup merge of #90472 - joshtriplett:clarify-feature-acceptance, r=jyn514
Clarify what to do with accepted feature gates The documentation only referenced `removed.rs`, but feature gates for accepted features move to `accepted.rs`.
This commit is contained in:
commit
bc26dbba11
@ -101,9 +101,13 @@ impl Feature {
|
||||
}
|
||||
}
|
||||
|
||||
// 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 `removed.rs`.
|
||||
// Don't ever remove anything from this list; move them to `accepted.rs` if
|
||||
// accepted or `removed.rs` if removed.
|
||||
//
|
||||
// The version numbers here correspond to the version in which the current status
|
||||
// was set. This is most important for knowing when a particular feature became
|
||||
|
Loading…
x
Reference in New Issue
Block a user