Module rustc_attr::builtin
source · Expand description
Parsing and validation of builtin attributes
Structs
- Represents the
#[rustc_const_unstable]and#[rustc_const_stable]attributes. - Represents the
#[rustc_default_body_unstable]attribute. - Represents the following attributes:
- Version 🔒
Enums
- The available stability levels.
Constants
- The version placeholder that recently stabilized features contain inside the
sincefield of the#[stable]attribute.
Functions
- Tests if a cfg-pattern matches the cfg set
- Evaluate a cfg-like condition (with
anyandall), usingevalto evaluate individual items. - Collects stability info from
rustc_default_body_unstableattributes inattrs. ReturnsNoneif no stability attributes are found. - Collects stability info from
rustc_const_stable/rustc_const_unstable/rustc_promotableattributes inattrs. ReturnsNoneif no stability attributes are found. - Finds the deprecation attribute.
Noneif none exists. - Parse #[repr(…)] forms.
- Collects stability info from
stable/unstable/rustc_allowed_through_unstable_modulesattributes inattrs. ReturnsNoneif no stability attributes are found. - gate_cfg 🔒
- Read the content of a
rustc_confusablesattribute, and return the list of candidate names. - Read the content of a
stable/rustc_const_stableattribute, and return the feature name and its stability information. - Read the content of a
unstable/rustc_const_unstable/rustc_default_body_unstableattribute, and return the feature name and its stability information.