Remove unused ObligationCauseCode::ProjectionWf
This commit is contained in:
@@ -250,9 +250,6 @@ pub enum ObligationCauseCode<'tcx> {
|
||||
/// A tuple is WF only if its middle elements are `Sized`.
|
||||
TupleElem,
|
||||
|
||||
/// This is the trait reference from the given projection.
|
||||
ProjectionWf(ty::AliasTy<'tcx>),
|
||||
|
||||
/// Must satisfy all of the where-clause predicates of the
|
||||
/// given item.
|
||||
ItemObligation(DefId),
|
||||
|
||||
Reference in New Issue
Block a user