1
Fork 0

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.
This commit is contained in:
bors 2023-09-13 10:23:57 +00:00
commit 7e0261e7ea
9 changed files with 204 additions and 29 deletions

View file

@ -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);