wec 1.0.2

Useful vec!-like macros
Documentation
1
2
3
4
5
#[test]
fn test_fail() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/fail_cases/*.rs");
}