constructor-lite 0.3.0

Generate minimal constructors for structs
Documentation
1
2
3
4
5
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/compile-fail/no-default.rs");
}