Macro core::cfg1.0.0 [] [src]

macro_rules! cfg {
    ($($cfg:tt)*) => { ... };
}

Boolean evaluation of configuration flags.

For more information, see the documentation for std::cfg!.