Home
last modified time | relevance | path

Searched defs:track_path (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/proc-macro-srv/src/
Dserver.rs58 fn track_path(&mut self, _path: &str) {} in track_path() method
/third_party/rust/rust/compiler/rustc_expand/src/
Dproc_macro_server.rs405 fn track_path(&mut self, path: &str) { in track_path() method