diff options
| author | Erik Desjardins <erikdesjardins@users.noreply.github.com> | 2021-04-27 00:15:41 -0400 |
|---|---|---|
| committer | Erik Desjardins <erikdesjardins@users.noreply.github.com> | 2021-08-25 17:49:28 -0400 |
| commit | 5e81d643d93e3a1316464b9c83c90ee26098ee7c (patch) | |
| tree | 24ed175dcaed6dc61516f5101def21a3ade9ecd0 /compiler/rustc_interface/src/tests.rs | |
| parent | 4d635fdf63f1ba3480c30a6ea1e6f3e49a39b738 (diff) | |
| download | rust-5e81d643d93e3a1316464b9c83c90ee26098ee7c.tar.gz rust-5e81d643d93e3a1316464b9c83c90ee26098ee7c.zip | |
don't generate partially-undef consts
Diffstat (limited to 'compiler/rustc_interface/src/tests.rs')
| -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 b8961434006..afab919bc3c 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -743,6 +743,7 @@ fn test_debugging_options_tracking_hash() { tracked!(no_profiler_runtime, true); tracked!(osx_rpath_install_name, true); tracked!(panic_abort_tests, true); + tracked!(partially_uninit_const_threshold, Some(123)); tracked!(plt, Some(true)); tracked!(polonius, true); tracked!(precise_enum_drop_elaboration, false); |
