Deeply normalize when processing registered region obligations
This commit is contained in:
parent
e11a6a9cac
commit
028d29301f
17 changed files with 90 additions and 12 deletions
|
@ -25,6 +25,7 @@ pub mod wf;
|
|||
|
||||
use crate::infer::outlives::env::OutlivesEnvironment;
|
||||
use crate::infer::{InferCtxt, TyCtxtInferExt};
|
||||
use crate::regions::InferCtxtRegionExt;
|
||||
use crate::traits::error_reporting::TypeErrCtxtExt as _;
|
||||
use crate::traits::query::evaluate_obligation::InferCtxtExt as _;
|
||||
use rustc_errors::ErrorGuaranteed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue