We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8ce1a3 + 872f532 commit 230a379Copy full SHA for 230a379
src/librustc_back/target/redox_base.rs
@@ -8,7 +8,7 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-use {LinkerFlavor, PanicStrategy};
+use LinkerFlavor;
12
use target::{LinkArgs, TargetOptions};
13
use std::default::Default;
14
@@ -37,7 +37,6 @@ pub fn opts() -> TargetOptions {
37
target_family: None,
38
linker_is_gnu: true,
39
has_elf_tls: true,
40
- panic_strategy: PanicStrategy::Abort,
41
.. Default::default()
42
}
43
0 commit comments