fparkan/vendor/quote/tests/ui/does-not-have-iter.rs

6 lines
54 B
Rust
Raw Normal View History

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