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.