Function rustc_borrowck::region_infer::values::pretty_print_points

source ·
pub(crate) fn pretty_print_points(
    elements: &DenseLocationMap,
    points: impl IntoIterator<Item = PointIndex>
) -> String
Expand description

For debugging purposes, returns a pretty-printed string of the given points.