Macro cfgenius::falsy

source ·
macro_rules! falsy {
    (yes { $($yes:tt)* } no { $($no:tt)* }) => { ... };
}
Expand description

A conditional-compilation variable that always resolves to false.

Note that you can equivalently use the false() predicate inside cfgenius predicates.