File: ui.rs

package info (click to toggle)
rust-lazy-static 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 135 bytes parent folder | download
1
2
3
4
5
6
7
#[test]
#[cfg(not(miri))]
#[ignore]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/compile_fail/*.rs");
}