At the moment it can only unquote a `TokenStream`. E.g., this should work: ``` let f = token::Ident("foo"); qquote!(let unquote f = blah;); ``` Also, we should have syntax for unquote, but that is unrelated.