Function erase_and_norm

Source
pub fn erase_and_norm<'tcx, T>(
    tcx: TyCtxt<'tcx>,
    typing_env: TypingEnv<'tcx>,
    x: T,
) -> T
where T: TypeFoldable<TyCtxt<'tcx>> + Copy,