fune/third_party/rust/paste/tests/ui/unexpected-group.rs

7 lines
67 B
Rust

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