93 major breaking releases
727.0.0 | Jul 6, 2021 |
---|---|
726.0.0 | Jun 29, 2021 |
725.0.0 | Jun 22, 2021 |
724.0.0 | Jun 15, 2021 |
631.0.0 | Dec 3, 2019 |
#1574 in Development tools
331 downloads per month
Used in 19 crates
(5 directly)
1MB
16K
SLoC
Feature gates
This crate declares the set of past and present unstable features in the compiler.
Feature gate checking itself is done in rustc_ast_passes/src/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.
Dependencies
~8–18MB
~269K SLoC