Searched defs:ConstNormalizer (Results 1 – 1 of 1) sorted by relevance
279 struct ConstNormalizer<'tcx>(TyCtxt<'tcx>); in normalize_param_env_or_error() struct281 impl<'tcx> TypeFolder<TyCtxt<'tcx>> for ConstNormalizer<'tcx> { in normalize_param_env_or_error() implementation