Make empty bounds lower to WellFormed and make WellFormed coinductive
This commit is contained in:
parent
8e430bfa9a
commit
e16dbb5076
8 changed files with 100 additions and 26 deletions
|
@ -145,6 +145,7 @@ where
|
|||
}
|
||||
ControlFlow::CONTINUE
|
||||
}
|
||||
ty::PredicateKind::WellFormed(arg) => arg.visit_with(self),
|
||||
_ => bug!("unexpected predicate: {:?}", predicate),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue