1 2 3 4 5 6 7
use trybuild::TestCases; #[test] fn run_warnings() { let config = TestCases::new(); config.compile_fail("tests/warnings/*.rs"); }