mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-29 19:47:38 +00:00
7 lines
125 B
Rust
7 lines
125 B
Rust
![]() |
#[macro_export]
|
||
|
macro_rules! symbols {
|
||
|
($name:ident = $value:expr) => {
|
||
|
pub const $name: isize = $value;
|
||
|
}
|
||
|
}
|