Skip to main content

normalize

Function normalize 

pub fn normalize<'tcx, T>(
    tcx: TyCtxt<'tcx>,
    typing_env: TypingEnv<'tcx>,
    value: T,
) -> T
where T: TypeFoldable<TyCtxt<'tcx>> + Clone,
Expand description

Normalize a value.