File: id_macros.rs

package info (click to toggle)
rust-ruma-common 0.10.5-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,208 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 260 bytes parent folder | download
1
2
3
4
5
6
7
#[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");
    //t.compile_fail("tests/identifiers/ui/03-invalid-new-id-macros.rs");
}