@durka reported this in https://github.com/rust-lang/rust/pull/34925#issuecomment-237141409. ``` rust macro_rules! m { ($t:tt) => { $t } } m!($t); //< This expansion hangs. ```