diff options
| author | Tomasz Miąsko <tomasz.miasko@gmail.com> | 2022-02-02 10:40:39 +0100 |
|---|---|---|
| committer | Eric Holk <ericholk@microsoft.com> | 2022-02-07 12:27:09 -0800 |
| commit | 29185844c48499278b4a713e9a40f1a6d0437eba (patch) | |
| tree | 183bd78201acbe21f69cfae00199576bca5132b3 /compiler/rustc_interface/src | |
| parent | f52c31840df7ec9c9350baff51a8964b20b5e1ba (diff) | |
| download | rust-29185844c48499278b4a713e9a40f1a6d0437eba.tar.gz rust-29185844c48499278b4a713e9a40f1a6d0437eba.zip | |
Add a flag enabling drop range tracking in generators
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index 5e288187756..e5e46703082 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -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); |
