rustc-ap-rustc_feature 687.0.0

Automatically published version of the package `rustc_feature` in the rust-lang/rust repository from commit 7b5a9e9cd27f01311b5e19cefa1fb574d086d3da The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
docs.rs failed to build rustc-ap-rustc_feature-687.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: rustc-ap-rustc_feature-727.0.0

Feature gates

This crate declares the set of past and present unstable features in the compiler. Feature gate checking itself is done in librustc_ast_passes/feature_gate.rs at the moment.

Features are enabled in programs via the crate-level attributes of #![feature(...)] with a comma-separated list of features.

For the purpose of future feature-tracking, once a feature gate is added, even if it is stabilized or removed, do not remove it. Instead, move the symbol to the accepted or removed modules respectively.