Macro rustc_ast_passes::feature_gate::gate

source ·
macro_rules! gate {
    ($visitor:expr, $feature:ident, $span:expr, $explain:expr) => { ... };
    ($visitor:expr, $feature:ident, $span:expr, $explain:expr, $help:expr) => { ... };
}
Expand description

The common case.