Searched defs:linkme_path (Results 1 – 3 of 3) sorted by relevance
5 pub(crate) fn linkme_path(attrs: &mut Vec<Attribute>) -> Result<Path> { in linkme_path() function6 let mut linkme_path = None; in linkme_path() localVariable
156 let linkme_path = attr::linkme_path(&mut original_attrs)?; in parse() localVariable212 let linkme_path = match attr::linkme_path(&mut attrs) { in do_expand() localVariable
65 let linkme_path = match attr::linkme_path(&mut attrs) { in expand() localVariable