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