add flag for disabling global cache and printing proof trees on error
This commit is contained in:
parent
8931edf746
commit
040aa58d0a
8 changed files with 175 additions and 48 deletions
|
@ -33,7 +33,9 @@ mod search_graph;
|
|||
mod trait_goals;
|
||||
mod weak_types;
|
||||
|
||||
pub use eval_ctxt::{EvalCtxt, InferCtxtEvalExt, InferCtxtSelectExt};
|
||||
pub use eval_ctxt::{
|
||||
DisableGlobalCache, EvalCtxt, GenerateProofTree, InferCtxtEvalExt, InferCtxtSelectExt,
|
||||
};
|
||||
pub use fulfill::FulfillmentCtxt;
|
||||
pub(crate) use normalize::deeply_normalize;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue