change flag name
This commit is contained in:
parent
2ad00f471a
commit
adefeb80c3
2 changed files with 2 additions and 2 deletions
|
@ -183,7 +183,7 @@ impl<'a, 'tcx> EvalCtxt<'a, 'tcx> {
|
|||
let inspect = {
|
||||
let generate_proof_tree = match (
|
||||
infcx.tcx.sess.opts.unstable_opts.dump_solver_proof_tree,
|
||||
infcx.tcx.sess.opts.unstable_opts.dump_solver_proof_tree_uses_cache,
|
||||
infcx.tcx.sess.opts.unstable_opts.dump_solver_proof_tree_use_cache,
|
||||
generate_proof_tree,
|
||||
) {
|
||||
(_, Some(use_cache), GenerateProofTree::Yes(_)) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue