diff options
| author | bors <bors@rust-lang.org> | 2023-09-13 10:23:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-09-13 10:23:57 +0000 |
| commit | 7e0261e7ea2085bdc0bc3d0fd6776bf343473858 (patch) | |
| tree | abe6e75a092230d761eaa67ed9ba701353b49470 /compiler/rustc_interface/src | |
| parent | 38a16ef731a31103e3c95ceb663e77309ac30852 (diff) | |
| parent | 026faca4cad00870e28cbcdc914235f48b2a4a86 (diff) | |
| download | rust-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.rs | 2 |
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); |
