Implement rustc side of report-future-incompat
This commit is contained in:
parent
ffe52882ed
commit
23018a55d9
22 changed files with 332 additions and 114 deletions
|
@ -477,6 +477,7 @@ fn test_debugging_options_tracking_hash() {
|
|||
untracked!(dump_mir_dir, String::from("abc"));
|
||||
untracked!(dump_mir_exclude_pass_number, true);
|
||||
untracked!(dump_mir_graphviz, true);
|
||||
untracked!(emit_future_compat_report, true);
|
||||
untracked!(emit_stack_sizes, true);
|
||||
untracked!(hir_stats, true);
|
||||
untracked!(identify_regions, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue