fack 0.2.0

Declarative error handling library with no_std support and composable code generation
Documentation
1
2
3
4
5
6
#[test]
fn invalid_error_declarations_fail_with_fack_diagnostics() {
    let cases = trybuild::TestCases::new();

    cases.compile_fail("tests/ui/*.rs");
}