rustc_resolve::rustdoc

Function strip_generics_from_path

source
pub fn strip_generics_from_path(
    path_str: &str,
) -> Result<Box<str>, MalformedGenerics>