Skip to content

Commit 566c6ac

Browse files
committed
add unwind_attributes feature
1 parent a47fd3d commit 566c6ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-pass/abort-on-c-abi.rs

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
// ignore-cloudabi no env and process
1515
// ignore-emscripten no processes
1616

17+
#![feature(unwind_attributes)]
18+
1719
use std::{env, panic};
1820
use std::io::prelude::*;
1921
use std::io;

0 commit comments

Comments
 (0)