add deep normalization via the new solver
This commit is contained in:
parent
4d42de6d1b
commit
42067596c2
6 changed files with 281 additions and 6 deletions
|
@ -40,6 +40,7 @@ pub enum DefineOpaqueTypes {
|
|||
No,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
pub struct At<'a, 'tcx> {
|
||||
pub infcx: &'a InferCtxt<'tcx>,
|
||||
pub cause: &'a ObligationCause<'tcx>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue