reviews
This commit is contained in:
parent
276d628cac
commit
284b61417f
7 changed files with 95 additions and 102 deletions
|
@ -746,11 +746,11 @@ pub enum TraitSolver {
|
|||
}
|
||||
|
||||
#[derive(Default, Debug, Copy, Clone, Hash, PartialEq, Eq)]
|
||||
pub enum SolverProofTreeCondition {
|
||||
#[default]
|
||||
OnRequest,
|
||||
pub enum DumpSolverProofTree {
|
||||
Always,
|
||||
OnError,
|
||||
#[default]
|
||||
Never,
|
||||
}
|
||||
|
||||
pub enum Input {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue