squash OpaqueTy and ProjectionTy into AliasTy
This commit is contained in:
@@ -250,7 +250,7 @@ pub enum ObligationCauseCode<'tcx> {
|
||||
TupleElem,
|
||||
|
||||
/// This is the trait reference from the given projection.
|
||||
ProjectionWf(ty::ProjectionTy<'tcx>),
|
||||
ProjectionWf(ty::AliasTy<'tcx>),
|
||||
|
||||
/// Must satisfy all of the where-clause predicates of the
|
||||
/// given item.
|
||||
|
||||
Reference in New Issue
Block a user