Home
last modified time | relevance | path

Searched refs:support_nested (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/futures-util/src/async_await/
Djoin_mod.rs85 #[proc_macro_hack(support_nested, only_hack_old_rustc)]
89 #[proc_macro_hack(support_nested, only_hack_old_rustc)]
Dselect_mod.rs313 #[proc_macro_hack(support_nested, only_hack_old_rustc)]
317 #[proc_macro_hack(support_nested, only_hack_old_rustc)]
/external/rust/crates/proc-macro-hack/src/
Dlib.rs252 support_nested: bool, field
272 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() localVariable
493 &if support_nested { in expand_define()
Dparse.rs171 support_nested: false, in parse_export_args()
180 args.support_nested = true; in parse_export_args()
/external/rust/crates/proc-macro-hack/tests/ui/
Dunknown-arg.stderr1 error: expected one of: `support_nested`, `internal_macro_calls`, `fake_call_site`, `only_hack_old_…