Add drop_tracking_mir
option.
This commit is contained in:
parent
cb873b2d93
commit
a20078f044
2 changed files with 3 additions and 0 deletions
|
@ -1290,6 +1290,8 @@ options! {
|
|||
(default: no)"),
|
||||
drop_tracking: bool = (false, parse_bool, [TRACKED],
|
||||
"enables drop tracking in generators (default: no)"),
|
||||
drop_tracking_mir: bool = (false, parse_bool, [TRACKED],
|
||||
"enables drop tracking on MIR 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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue