cf-modkit-canonical-errors 0.7.2

ModKit canonical error types based on Google AIP-193 error model
Documentation
1
2
3
4
5
#[test]
fn ui_compile_fail() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}