1 2 3 4 5
#[test] fn conflicting_variants() { let t = trybuild::TestCases::new(); t.compile_fail("tests/fail/conflicting_variants.rs"); }