Skip to main content

Module builtin_attrs

Module builtin_attrs 

Source
Expand description

Built-in attributes and cfg flag gating.

Enums§

AttributeStability

Constants§

GATED_CFGS 🔒
cfg(...)’s that are feature gated.

Statics§

BUILTIN_ATTRIBUTES
Attributes that have a special meaning to rustc or rustdoc.
BUILTIN_ATTRIBUTE_MAP

Functions§

find_gated_cfg
Find a gated cfg determined by the predicate which is given the cfg’s name.
is_builtin_attr_name

Type Aliases§

GateFn 🔒
GatedCfg