1
Fork 0

Add -Z panic-in-drop={unwind,abort} command-line option

This commit is contained in:
Amanieu d'Antras 2021-09-06 12:21:47 +02:00
parent 497ee321af
commit c1bcf5c548
2 changed files with 15 additions and 2 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!(panic_in_drop, PanicStrategy::Abort);
tracked!(partially_uninit_const_threshold, Some(123));
tracked!(plt, Some(true));
tracked!(polonius, true);