Searched refs:only_hack_old_rustc (Results 1 – 6 of 6) sorted by relevance
85 #[proc_macro_hack(support_nested, only_hack_old_rustc)]89 #[proc_macro_hack(support_nested, only_hack_old_rustc)]
313 #[proc_macro_hack(support_nested, only_hack_old_rustc)]317 #[proc_macro_hack(support_nested, only_hack_old_rustc)]
1 … expected one of: `support_nested`, `internal_macro_calls`, `fake_call_site`, `only_hack_old_rustc`
174 only_hack_old_rustc: false, in parse_export_args()193 args.only_hack_old_rustc = true; in parse_export_args()
255 only_hack_old_rustc: bool, field259 if args.only_hack_old_rustc && cfg!(not(need_proc_macro_hack)) { in expand_export()
133 use `#[proc_macro_hack(only_hack_old_rustc)]` on the re-export in your