xabi 0.1.0

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