Home
last modified time | relevance | path

Searched defs:ConstNormalizer (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/
Dmod.rs279 struct ConstNormalizer<'tcx>(TyCtxt<'tcx>); in normalize_param_env_or_error() struct
281 impl<'tcx> TypeFolder<TyCtxt<'tcx>> for ConstNormalizer<'tcx> { in normalize_param_env_or_error() implementation