Home
last modified time | relevance | path

Searched refs:strip_path_generics (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/clean/
H A Dutils.rs144 crate fn strip_path_generics(path: Path) -> Path { in strip_path_generics() function
H A Dauto_trait.rs503 .map(|bounds| bounds.contains(&strip_path_generics(trait_.clone()))) in param_env_to_generics()