1 2 3 4 5 6 7
#![allow(missing_docs)] #[test] fn ui_compile_fail() { let test_cases = trybuild::TestCases::new(); test_cases.compile_fail("tests/ui/*.rs"); }