rustc_trait_selection::error_reporting::infer::nice_region_error::static_impl_trait

Function make_elided_region_spans_suggs

Source
fn make_elided_region_spans_suggs<'a>(
    name: &str,
    generic_params: impl Iterator<Item = &'a GenericParam<'a>>,
) -> Vec<(Span, String)>