disjoint_impls 1.4.0

Support for mutually disjoint impls
Documentation
1
2
3
4
5
6
7
8
use trybuild::TestCases;

#[test]
fn ui() {
    let test_cases = TestCases::new();
    test_cases.pass("tests/ui_pass/*.rs");
    test_cases.compile_fail("tests/ui_fail/*.rs");
}