aboutsummaryrefslogtreecommitdiffstats
path: root/rust/macros/paste.rs
Commit message (Expand)AuthorAgeFilesLines
* rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda2025-05-061-1/+1
* rust: macros: enable paste! use from macro_rules!Ethan D. Twardy2024-11-011-3/+12
* rust: macros: update 'paste!' macro to accept string literalsTrevor Gross2023-12-141-1/+9
* rust: macros: add `paste!` proc macroGary Guo2023-08-101-0/+96