run.rs 100 B

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