don't generate partially-undef consts

This commit is contained in:
Erik Desjardins 2021-04-27 00:15:41 -04:00
parent 4d635fdf63
commit 5e81d643d9
6 changed files with 56 additions and 24 deletions

View file

@ -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);