xabi 0.1.2

Generate stable native ABI glue from Rust traits
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[test]
fn unsupported_shapes_report_xabi_diagnostics() {
    let tests = trybuild::TestCases::new();
    tests.compile_fail("tests/ui/unsupported_shapes/*.rs");
}

#[test]
fn borrowed_handles_cannot_escape_their_owner() {
    let tests = trybuild::TestCases::new();
    tests.compile_fail("tests/ui/borrowed_handles/*.rs");
}