File: main.rs

package info (click to toggle)
rust-dir-test 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 116 bytes parent folder | download
1
2
3
4
5
#[test]
fn compile_fail() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/fixtures/fail/*rs")
}