exit_safely 0.3.1

exit 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
8
#![cfg(has_proc_macro_diagnostic)]
use trybuild::TestCases;

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