don't normalize wf predicates
this allows us to soundly use unnormalized projections for wf
This commit is contained in:
parent
8d1fa7105b
commit
f25cb83296
26 changed files with 226 additions and 102 deletions
|
@ -187,7 +187,7 @@ pub enum GenericKind<'tcx> {
|
|||
/// }
|
||||
/// ```
|
||||
/// This is described with an `AnyRegion('a, 'b)` node.
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, TypeFoldable, TypeVisitable)]
|
||||
pub enum VerifyBound<'tcx> {
|
||||
/// See [`VerifyIfEq`] docs
|
||||
IfEq(ty::Binder<'tcx, VerifyIfEq<'tcx>>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue