fune/third_party/rust/paste/tests/ui/unsupported-modifier.rs

7 lines
69 B
Rust

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