We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unwind_attributes
1 parent a47fd3d commit 566c6acCopy full SHA for 566c6ac
src/test/run-pass/abort-on-c-abi.rs
@@ -14,6 +14,8 @@
14
// ignore-cloudabi no env and process
15
// ignore-emscripten no processes
16
17
+#![feature(unwind_attributes)]
18
+
19
use std::{env, panic};
20
use std::io::prelude::*;
21
use std::io;
0 commit comments