impossible obligations check fast path
This commit is contained in:
parent
a1eceec00b
commit
d6fd45c2e3
8 changed files with 90 additions and 45 deletions
|
@ -6,6 +6,7 @@ pub mod inspect;
|
|||
mod normalize;
|
||||
mod select;
|
||||
|
||||
pub(crate) use delegate::SolverDelegate;
|
||||
pub use fulfill::{FulfillmentCtxt, NextSolverError};
|
||||
pub(crate) use normalize::deeply_normalize_for_diagnostics;
|
||||
pub use normalize::{deeply_normalize, deeply_normalize_with_skipped_universes};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue