macro_rules! replace_expr {
    ($_t:tt $($sub:tt)*) => { ... };
}