Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-ssr/src/
Dtests.rs451 fn match_path() { in match_path() function
/third_party/rust/rust/src/tools/clippy/clippy_utils/src/
Dlib.rs454 pub fn match_path(path: &Path<'_>, segments: &[&str]) -> bool { in match_path() function