crepe 0.2.0

Datalog in Rust as a procedural macro
Documentation
1
2
3
4
5
#[test]
fn test_ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}