1 2 3 4 5 6 7
//! Compile-fail coverage for illegal protocol and resource transitions. #[test] fn illegal_protocol_transitions_do_not_compile() { let tests = trybuild::TestCases::new(); tests.compile_fail("tests/ui/*.rs"); }