const-destructure 0.1.3

Destructuring in const contexts on stable Rust.
Documentation
1
2
3
4
5
#[test]
fn compilation_failure_tests() {
    let t = trybuild::TestCases::new();
    t.compile_fail("compile_fail_tests/*.rs");
}