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:
commit
7e0261e7ea
9 changed files with 204 additions and 29 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue