Closed
Description
I haven't finished investigating this, so I'm making an issue just so I don't forget it:
macro_rules! foo (
($x:tt) => {type t = ($x) int;})
foo!(~)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment