mirror of
https://git.proxmox.com/git/rustc
synced 2025-10-20 16:48:17 +00:00
7 lines
130 B
Rust
7 lines
130 B
Rust
use proc_macro_hack::proc_macro_hack;
|
|
|
|
#[proc_macro_hack(fake_call_site, support_nexted)]
|
|
pub use demo::some_macro;
|
|
|
|
fn main() {}
|