Skip to content

Commit

Permalink
add unwind_attributes feature
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Feb 22, 2018
1 parent a47fd3d commit 566c6ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/run-pass/abort-on-c-abi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
// ignore-cloudabi no env and process
// ignore-emscripten no processes

#![feature(unwind_attributes)]

use std::{env, panic};
use std::io::prelude::*;
use std::io;
Expand Down

0 comments on commit 566c6ac

Please sign in to comment.