Searched defs:crate_path (Results 1 – 2 of 2) sorted by relevance
14 crate_path: &'a TokenStream2, field19 let crate_path = match input.next().unwrap() { in parse_input() localVariable167 let crate_path = self.crate_path; in visit_expr_mut() localVariable
21 let crate_path = Path::new(&dir); in main() localVariable