Macro cranelift_codegen_meta::preset
source · [−]macro_rules! preset {
() => { ... };
($($x:ident)&&*) => { ... };
}
Expand description
A macro that joins boolean settings into a list (e.g. preset!(feature_a && feature_b)
).
macro_rules! preset {
() => { ... };
($($x:ident)&&*) => { ... };
}
A macro that joins boolean settings into a list (e.g. preset!(feature_a && feature_b)
).