bobtail 0.2.0

Generate macro proxies of functions whose tails can be "bobbed" as in cut off
Documentation
1
2
3
4
5
6
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
    t.pass("tests/ui/pass_*.rs");
}