Skip to content

Commit ded4441

Browse files
committed
self review
1 parent 041208c commit ded4441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: compiler/rustc_trait_selection/src/solve/normalize.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ impl<'tcx> NormalizationFolder<'_, 'tcx> {
129129
tcx,
130130
self.at.cause.clone(),
131131
self.at.param_env,
132-
ty::ProjectionPredicate {
133-
projection_ty: AliasTy::new(tcx, uv.def, uv.args),
132+
ty::NormalizesTo {
133+
alias: AliasTy::new(tcx, uv.def, uv.args),
134134
term: new_infer_ct.into(),
135135
},
136136
);

0 commit comments

Comments
 (0)