diagweave 0.1.1

Core runtime and macros re-export for diagweave error algebra and report diagweaveing.
Documentation
1
2
3
4
5
6
7
8
9
10
#[test]
fn macro_compile_failures() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/visibility/*.rs");
    t.compile_fail("tests/ui/display/*.rs");
    t.compile_fail("tests/ui/derive/*.rs");
    t.compile_fail("tests/ui/set-algebra/*.rs");
    t.compile_fail("tests/ui/union/*.rs");
    t.pass("tests/ui-pass/*.rs");
}