We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
At the moment it can only unquote a TokenStream.
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.