Macro rustc_ast_passes::feature_gate::gate_alt

source ·
macro_rules! gate_alt {
    ($visitor:expr, $has_feature:expr, $name:expr, $span:expr, $explain:expr) => { ... };
}
Expand description

The unusual case, where the has_feature condition is non-standard.