use global cache when computing proof trees
This commit is contained in:
parent
91bbdd927a
commit
15ae59ba03
11 changed files with 138 additions and 126 deletions
|
@ -38,9 +38,7 @@ mod project_goals;
|
|||
mod search_graph;
|
||||
mod trait_goals;
|
||||
|
||||
pub use eval_ctxt::{
|
||||
EvalCtxt, GenerateProofTree, InferCtxtEvalExt, InferCtxtSelectExt, UseGlobalCache,
|
||||
};
|
||||
pub use eval_ctxt::{EvalCtxt, GenerateProofTree, InferCtxtEvalExt, InferCtxtSelectExt};
|
||||
pub use fulfill::FulfillmentCtxt;
|
||||
pub(crate) use normalize::{deeply_normalize, deeply_normalize_with_skipped_universes};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue