cheep-crator-2/vendor/paste/tests/ui/unsupported-modifier.rs

8 lines
69 B
Rust

use paste::paste;
paste! {
fn [<a:pillow>]() {}
}
fn main() {}