reviews
This commit is contained in:
parent
040aa58d0a
commit
2ad00f471a
3 changed files with 8 additions and 8 deletions
|
@ -196,9 +196,7 @@ impl<'a, 'tcx> EvalCtxt<'a, 'tcx> {
|
|||
}
|
||||
|
||||
(_, None, GenerateProofTree::Yes(_)) => generate_proof_tree,
|
||||
// `Never` is kind of weird- it doesn't actually force us to not generate proof trees
|
||||
// its just the default setting for rustflags forced proof tree generation.
|
||||
(SolverProofTreeCondition::Never, _, _) => generate_proof_tree,
|
||||
(SolverProofTreeCondition::OnRequest, _, _) => generate_proof_tree,
|
||||
(SolverProofTreeCondition::OnError, _, _) => generate_proof_tree,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue