2022-03-09 17:46:51 +00:00

7 lines
186 B
Rust

#[test]
fn ui() {
let t = trybuild::TestCases::new();
t.pass("tests/identifiers/ui/01-valid-id-macros.rs");
t.compile_fail("tests/identifiers/ui/02-invalid-id-macros.rs");
}