Make empty bounds lower to WellFormed and make WellFormed coinductive
This commit is contained in:
@@ -145,6 +145,7 @@ where
|
||||
}
|
||||
ControlFlow::CONTINUE
|
||||
}
|
||||
ty::PredicateKind::WellFormed(arg) => arg.visit_with(self),
|
||||
_ => bug!("unexpected predicate: {:?}", predicate),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user