diff options
| author | Amanieu d'Antras <amanieu@gmail.com> | 2021-09-06 12:21:47 +0200 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2021-09-09 18:57:03 +0100 |
| commit | c1bcf5c54833707518d1403f49030605edc39497 (patch) | |
| tree | 627c9876d97cca2191aa2bc4dee26b6406bcb3da /compiler/rustc_interface/src | |
| parent | 497ee321af3b8496eaccd7af7b437f18bab81abf (diff) | |
| download | rust-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.rs | 1 |
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); |
