Allow escaping bound vars during normalize_erasing_regions in new solver

This commit is contained in:
Michael Goulet 2023-07-13 18:24:37 +00:00
parent bacf5bcbc7
commit 4bcca3294a
4 changed files with 51 additions and 22 deletions

View file

@ -37,7 +37,7 @@ pub use eval_ctxt::{
EvalCtxt, GenerateProofTree, InferCtxtEvalExt, InferCtxtSelectExt, UseGlobalCache,
};
pub use fulfill::FulfillmentCtxt;
pub(crate) use normalize::deeply_normalize;
pub(crate) use normalize::{deeply_normalize, deeply_normalize_with_skipped_universes};
#[derive(Debug, Clone, Copy)]
enum SolverMode {