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

5 lines
54 B
Rust

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