Add -Z panic-in-drop={unwind,abort} command-line option
This commit is contained in:
parent
497ee321af
commit
c1bcf5c548
2 changed files with 15 additions and 2 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!(panic_in_drop, PanicStrategy::Abort);
|
||||
tracked!(partially_uninit_const_threshold, Some(123));
|
||||
tracked!(plt, Some(true));
|
||||
tracked!(polonius, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue