refactor(rustc_middle): Substs -> GenericArg
This commit is contained in:
@@ -117,7 +117,7 @@ impl<'tcx> NormalizationFolder<'_, 'tcx> {
|
||||
self.at.cause.clone(),
|
||||
self.at.param_env,
|
||||
ty::Binder::dummy(ty::ProjectionPredicate {
|
||||
projection_ty: tcx.mk_alias_ty(uv.def, uv.substs),
|
||||
projection_ty: tcx.mk_alias_ty(uv.def, uv.args),
|
||||
term: new_infer_ct.into(),
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user