matches::_tt_as_expr_hack! [] [src]

macro_rules! _tt_as_expr_hack(
    ($value:expr) => ($value)
);

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