Module rustc_expand::config

source ·
Expand description

Conditional compilation stripping.

Structs

A folder that strips out items that do not belong in the current configuration.

Functions

cfg_attr-process the crate’s attributes and compute the crate’s features.
is_cfg 🔒