Home
last modified time | relevance | path

Searched refs:internal_macro_calls (Results 1 – 3 of 3) sorted by relevance

/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_…
/external/rust/crates/proc-macro-hack/src/
Dlib.rs253 internal_macro_calls: u16, field
273 if args.internal_macro_calls == 0 { in expand_export()
276 let name = format!("Nested{}", args.internal_macro_calls); in expand_export()
326 let extra_bangs = (0..args.internal_macro_calls) in expand_export()
Dparse.rs172 internal_macro_calls: 0, in parse_export_args()
187 args.internal_macro_calls = calls; in parse_export_args()