oom 0.3.0

One or Many types (Haskell NonEmpty)
Documentation
1
2
3
4
5
6
7
8
// Miri cannot run trybuild
#[cfg_attr(miri, ignore)]
#[test]
fn test() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/compile-fail/*.rs");
    t.compile_fail("tests/compile-fail/boundless-lifetimes/*.rs");
}