Allow escaping bound vars during normalize_erasing_regions in new solver
This commit is contained in:
parent
bacf5bcbc7
commit
4bcca3294a
4 changed files with 51 additions and 22 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue