partial_config 0.7.3

A Rust crate to implement layered partial configuration
Documentation
1
2
3
4
5
6
7
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
    t.pass("tests/ui/generic_lifetimes.rs");
    t.pass("tests/ui/env_option.rs");
}