trisquel-icecat/icecat/third_party/rust/quote/tests/ui/does-not-have-iter.rs

5 lines
54 B
Rust

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