Macro rustc_parse::maybe_whole
source · [−]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.