rsx.rs 114 B

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