mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 08:32:57 +00:00
8 lines
108 B
Rust
8 lines
108 B
Rust
#[macro_use]
|
|
mod hidden_macro_module {
|
|
#[macro_export]
|
|
macro_rules! vec {
|
|
() => {};
|
|
}
|
|
}
|