mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-01 12:37:37 +00:00
6 lines
135 B
Rust
6 lines
135 B
Rust
#[macro_export]
|
|
macro_rules! macro_one { ($($t:tt)*) => ($($t)*) }
|
|
|
|
#[macro_export]
|
|
macro_rules! macro_two { ($($t:tt)*) => ($($t)*) }
|