oden/third-party/vendor/quote/tests/ui/does-not-have-iter-separated.rs
2024-03-08 11:03:01 -08:00

5 lines
55 B
Rust

use quote::quote;
fn main() {
quote!(#(a b),*);
}