trellis-testing 0.1.1

Companion testing support for Trellis graph invariants.
Documentation
1
2
3
4
5
#[test]
fn typed_input_handles_do_not_cross_domains() {
    let tests = trybuild::TestCases::new();
    tests.compile_fail("tests/ui/input_type_mismatch.rs");
}