]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_session/src/options.rs
Rollup merge of #93503 - michaelwoerister:fix-vtable-holder-debuginfo-regression...
[rust.git] / compiler / rustc_session / src / options.rs
index c490872a0b424ed790a2e16df376b514b537c187..550da9e05804fecc42e3fe6eec420bb8c3b4f60d 100644 (file)
@@ -1369,8 +1369,6 @@ mod parse {
         "use the given `.prof` file for sampled profile-guided optimization (also known as AutoFDO)"),
     query_dep_graph: bool = (false, parse_bool, [UNTRACKED],
         "enable queries of the dependency graph for regression testing (default: no)"),
-    query_stats: bool = (false, parse_bool, [UNTRACKED],
-        "print some statistics about the query system (default: no)"),
     randomize_layout: bool = (false, parse_bool, [TRACKED],
         "randomize the layout of types (default: no)"),
     layout_seed: Option<u64> = (None, parse_opt_number, [TRACKED],