Add alias for ArgOutlivesPredicate

This commit is contained in:
Michael Goulet
2025-07-15 16:01:43 +00:00
parent 78fa79e7a6
commit 3634f46fdb
14 changed files with 26 additions and 36 deletions

View File

@@ -3148,5 +3148,5 @@ pub(crate) enum ProjectionMatchesProjection {
#[derive(Clone, Debug, TypeFoldable, TypeVisitable)]
pub(crate) struct AutoImplConstituents<'tcx> {
pub types: Vec<Ty<'tcx>>,
pub assumptions: Vec<ty::OutlivesPredicate<'tcx, ty::GenericArg<'tcx>>>,
pub assumptions: Vec<ty::ArgOutlivesPredicate<'tcx>>,
}