paste 1.0.3

Macros for all your token pasting needs
Documentation
1
2
3
4
5
6
7
use paste::paste;

paste! {
    fn [<a + b>]() {}
}

fn main() {}