Searched defs:crate_path (Results 1 – 4 of 4) sorted by relevance
515 let crate_path = cx.root_path.as_path(); in test_type() localVariable
602 fn crate_path(sess: &Session, crate_name: Symbol, stable_crate_id: StableCrateId) -> PathBuf { in crate_path() function
1972 fn crate_path(root_file_path: VfsPath) -> Option<VfsPath> { in crate_path() function1977 let crate_path = cargo_toml_path.parent()?; in crate_path() localVariable
389 let crate_path = "src/tools/rust-analyzer/crates/proc-macro-srv"; in run() localVariable