about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-09-13 10:23:57 +0000
committerbors <bors@rust-lang.org>2023-09-13 10:23:57 +0000
commit7e0261e7ea2085bdc0bc3d0fd6776bf343473858 (patch)
treeabe6e75a092230d761eaa67ed9ba701353b49470 /compiler/rustc_interface/src
parent38a16ef731a31103e3c95ceb663e77309ac30852 (diff)
parent026faca4cad00870e28cbcdc914235f48b2a4a86 (diff)
downloadrust-7e0261e7ea2085bdc0bc3d0fd6776bf343473858.tar.gz
rust-7e0261e7ea2085bdc0bc3d0fd6776bf343473858.zip
Auto merge of #115735 - bjorn3:better_list_crate_metadata, r=wesleywiser
Extend rustc -Zls

This makes it show a lot more things and thus a lot more useful.
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
index ccf8b5630d4..1746cc8b719 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -704,7 +704,7 @@ fn test_unstable_options_tracking_hash() {
     untracked!(keep_hygiene_data, true);
     untracked!(link_native_libraries, false);
     untracked!(llvm_time_trace, true);
-    untracked!(ls, true);
+    untracked!(ls, vec!["all".to_owned()]);
     untracked!(macro_backtrace, true);
     untracked!(meta_stats, true);
     untracked!(mir_include_spans, true);