Module rustc_builtin_macros::cfg

source ·
Expand description

The compiler code necessary to support the cfg! extension, which expands to a literal true or false based on whether the given cfg matches the current compilation environment.

Functions§