We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tt
$(foo)*
foo
For example, the following compiles and prints success:
success
macro_rules! identity { ($t:tt) => { $t } } identity! { $(fn $(main)* () { $($( println!($("success")+); )+)+ })* }