Home
last modified time | relevance | path

Searched defs:GateProcMacroInput (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_expand/src/
Dexpand.rs810 struct GateProcMacroInput<'a> { in gate_proc_macro_input() struct
811 parse_sess: &'a ParseSess, in gate_proc_macro_input()
814 impl<'ast, 'a> Visitor<'ast> for GateProcMacroInput<'a> { in gate_proc_macro_input() implementation