fortuples 0.9.1

Procedural macros to generalize inherent and trait implementations over tuples
Documentation
1
2
3
4
5
#[test]
fn ui_errors() {
    let tests = trybuild::TestCases::new();
    tests.compile_fail("tests/ui/errors/*.rs");
}