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.