obstruct 0.1.0

An experimental implementation of anonymous structs and named function arguments
Documentation
1
2
3
4
5
#[test]
fn test_should_fail() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/should_fail/*.rs");
}