I haven't finished investigating this, so I'm making an issue just so I don't forget it: ``` rust macro_rules! foo ( ($x:tt) => {type t = ($x) int;}) foo!(~) ```