Searched refs:support_nested (Results 1 – 5 of 5) 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)]
252 support_nested: bool, field272 let enum_variant = if args.support_nested { in expand_export()325 let proc_macro_call = if args.support_nested { in expand_export()360 let export_dispatch = if args.support_nested { in expand_export()446 let support_nested = varname.starts_with("Nested"); in expand_define() localVariable493 &if support_nested { in expand_define()
171 support_nested: false, in parse_export_args()180 args.support_nested = true; in parse_export_args()
1 error: expected one of: `support_nested`, `internal_macro_calls`, `fake_call_site`, `only_hack_old_…