1 use quote::quote;
2 
main()3 fn main() {
4     quote!(#(a b)*);
5 }
6