Revert "Use Predicate ConstraintCategory when normalizing"
This reverts commit aae37f8763
.
This commit is contained in:
parent
df34db9b03
commit
bba514b7b4
14 changed files with 15 additions and 172 deletions
|
@ -21,7 +21,10 @@ pub(crate) struct OutlivesConstraintSet<'tcx> {
|
|||
|
||||
impl<'tcx> OutlivesConstraintSet<'tcx> {
|
||||
pub(crate) fn push(&mut self, constraint: OutlivesConstraint<'tcx>) {
|
||||
debug!("OutlivesConstraintSet::push({:?})", constraint);
|
||||
debug!(
|
||||
"OutlivesConstraintSet::push({:?}: {:?} @ {:?}",
|
||||
constraint.sup, constraint.sub, constraint.locations
|
||||
);
|
||||
if constraint.sup == constraint.sub {
|
||||
// 'a: 'a is pretty uninteresting
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue