logo
macro_rules! _if_make {
    ( $( $Rest : tt )* ) => { ... };
}
Expand description

Generate code only if feature::make is enabled.

Do not use manually.