rustc_borrowck::region_infer::values

Function 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.