about summary refs log tree commit diff
path: root/compiler/rustc_session/src
diff options
context:
space:
mode:
authorBoxy <supbscripter@gmail.com>2023-07-04 09:17:41 +0100
committerBoxy <supbscripter@gmail.com>2023-07-04 09:17:41 +0100
commitadefeb80c3e22038216d758aa40a66ff88a792c4 (patch)
tree702303b3e9cabdebbd286f85e64b8635f75288e5 /compiler/rustc_session/src
parent2ad00f471a14581b7fafb0cdaf87173c8adb6c26 (diff)
downloadrust-adefeb80c3e22038216d758aa40a66ff88a792c4.tar.gz
rust-adefeb80c3e22038216d758aa40a66ff88a792c4.zip
change flag name
Diffstat (limited to 'compiler/rustc_session/src')
-rw-r--r--compiler/rustc_session/src/options.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_session/src/options.rs b/compiler/rustc_session/src/options.rs
index 5256237336c..58ea6ef1f9e 100644
--- a/compiler/rustc_session/src/options.rs
+++ b/compiler/rustc_session/src/options.rs
@@ -1481,7 +1481,7 @@ options! {
     dump_solver_proof_tree: SolverProofTreeCondition = (SolverProofTreeCondition::OnRequest, parse_solver_proof_tree_condition, [UNTRACKED],
         "dump a proof tree for every goal evaluated by the new trait solver. If the flag is specified without any options after it
         then it defaults to `always`. If the flag is not specified at all it defaults to `on-request`."),
-    dump_solver_proof_tree_uses_cache: Option<bool> = (None, parse_opt_bool, [UNTRACKED],
+    dump_solver_proof_tree_use_cache: Option<bool> = (None, parse_opt_bool, [UNTRACKED],
         "determines whether proof tree generation uses the global cache"),
     dwarf_version: Option<u32> = (None, parse_opt_number, [TRACKED],
         "version of DWARF debug information to emit (default: 2 or 4, depending on platform)"),