Macro matches::_matches_tt_as_expr_hack [] [src]

macro_rules! _matches_tt_as_expr_hack {
    ($value:expr) => { ... };
}

Work around "error: unexpected token: an interpolated tt", whatever that means.