Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/clean/
H A Dutils.rs157 crate fn qpath_to_string(p: &hir::QPath<'_>) -> String { in qpath_to_string() function
205 PatKind::TupleStruct(ref p, ..) | PatKind::Path(ref p) => qpath_to_string(p), in name_from_pat()