split project into multiple files

This commit is contained in:
lcnr
2024-02-05 13:40:32 +01:00
parent df55f56283
commit 9771fb08b6
11 changed files with 797 additions and 784 deletions

View File

@@ -313,7 +313,7 @@ impl<'a, 'tcx> WfPredicates<'a, 'tcx> {
// Don't normalize the whole obligation, the param env is either
// already normalized, or we're currently normalizing the
// param_env. Either way we should only normalize the predicate.
let normalized_predicate = traits::project::normalize_with_depth_to(
let normalized_predicate = traits::normalize::normalize_with_depth_to(
&mut selcx,
param_env,
cause.clone(),