[][src]Macro cranelift_codegen_meta::preset

macro_rules! preset {
    () => { ... };
    ($($x:ident)&&*) => { ... };
}

A macro that joins boolean settings into a list (e.g. preset!(feature_a && feature_b)).