Searched defs:proc_macro_crate (Results 1 – 3 of 3) sorted by relevance
21 let proc_macro_crate = TokenStream::from_str("::proc_macro").unwrap(); in custom_quote() localVariable
67 let proc_macro_crate = quote!(crate); in quote() localVariable
69 pub(crate) proc_macro_crate: bool, field657 let proc_macro_crate = crate_types.contains(&CrateType::ProcMacro); in from_matches() localVariable