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

@ -1173,6 +1173,8 @@ options! {
dont_buffer_diagnostics: bool = (false, parse_bool, [UNTRACKED],
"emit diagnostics rather than buffering (breaks NLL error downgrading, sorting) \
(default: no)"),
drop_tracking: bool = (false, parse_bool, [TRACKED],
"enables drop tracking in generators (default: no)"),
dual_proc_macros: bool = (false, parse_bool, [TRACKED],
"load proc macros for both target and host, but only link to the target (default: no)"),
dump_dep_graph: bool = (false, parse_bool, [UNTRACKED],