Macro rustc_ap_rustc_parse::maybe_whole [−][src]
macro_rules! maybe_whole { ($p:expr, $constructor:ident, |$x:ident| $e:expr) => { ... }; }
Expand description
Like maybe_whole_expr
, but for things other than expressions.
macro_rules! maybe_whole { ($p:expr, $constructor:ident, |$x:ident| $e:expr) => { ... }; }
Like maybe_whole_expr
, but for things other than expressions.