Skip to main content

normalize

Function normalize 

Source
pub fn normalize<'tcx, T>(
    at: At<'_, 'tcx>,
    value: Unnormalized<'tcx, T>,
) -> Normalized<'tcx, T>
where T: TypeFoldable<TyCtxt<'tcx>>,
Expand description

see normalize_with_universes.