Home
last modified time | relevance | path

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

/external/rust/crates/proc-macro-hack/src/
Dlib.rs290 let dispatch = dispatch_macro_name(&name); in expand_export()
549 fn dispatch_macro_name(conceptual: &Ident) -> Ident { in dispatch_macro_name() function