don't generate partially-undef consts
This commit is contained in:
parent
4d635fdf63
commit
5e81d643d9
6 changed files with 56 additions and 24 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue