exit_safely 0.2.0

Enables exiting safely with custom exit codes while still calling `Drop` as needed. Aims for minimal magic and maximum flexibilty.
Documentation
1
2
3
4
5
6
7
use trybuild::TestCases;

#[test]
fn failures() {
    let t = TestCases::new();
    t.compile_fail("tests/fixtures/app/examples/fail_*.rs");
}