]> git.proxmox.com Git - rustc.git/blob - vendor/proc-macro-hack/tests/ui/unknown-arg.rs
New upstream version 1.46.0+dfsg1
[rustc.git] / vendor / proc-macro-hack / tests / ui / unknown-arg.rs
1 use proc_macro_hack::proc_macro_hack;
2
3 #[proc_macro_hack(fake_call_site, support_nexted)]
4 pub use demo::some_macro;
5
6 fn main() {}