rustc_cfg

Macro rustc_cfg 

Source
macro_rules! rustc_cfg {
    ($enable:expr, $var:literal, $($cfg:tt)*) => { ... };
}