1
Fork 0

Add drop_tracking_mir option.

This commit is contained in:
Camille GILLOT 2022-10-01 11:33:16 +02:00
parent cb873b2d93
commit a20078f044
2 changed files with 3 additions and 0 deletions

View file

@ -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],