1
Fork 0

Add a flag enabling drop range tracking in generators

This commit is contained in:
Tomasz Miąsko 2022-02-02 10:40:39 +01:00 committed by Eric Holk
parent f52c31840d
commit 29185844c4
4 changed files with 5 additions and 7 deletions

View file

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