Add a flag enabling drop range tracking in generators
This commit is contained in:
parent
f52c31840d
commit
29185844c4
4 changed files with 5 additions and 7 deletions
|
@ -730,6 +730,7 @@ fn test_debugging_options_tracking_hash() {
|
|||
tracked!(debug_info_for_profiling, true);
|
||||
tracked!(debug_macros, true);
|
||||
tracked!(dep_info_omit_d_target, true);
|
||||
tracked!(drop_tracking, true);
|
||||
tracked!(dual_proc_macros, true);
|
||||
tracked!(fewer_names, Some(true));
|
||||
tracked!(force_unstable_if_unmarked, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue