summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorAmanieu d'Antras <amanieu@gmail.com>2021-09-06 12:21:47 +0200
committerAmanieu d'Antras <amanieu@gmail.com>2021-09-09 18:57:03 +0100
commitc1bcf5c54833707518d1403f49030605edc39497 (patch)
tree627c9876d97cca2191aa2bc4dee26b6406bcb3da /compiler/rustc_interface/src
parent497ee321af3b8496eaccd7af7b437f18bab81abf (diff)
downloadrust-c1bcf5c54833707518d1403f49030605edc39497.tar.gz
rust-c1bcf5c54833707518d1403f49030605edc39497.zip
Add -Z panic-in-drop={unwind,abort} command-line option
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
index afab919bc3c..81433e57102 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!(panic_in_drop, PanicStrategy::Abort);
     tracked!(partially_uninit_const_threshold, Some(123));
     tracked!(plt, Some(true));
     tracked!(polonius, true);