File: compiletest.rs

package info (click to toggle)
rust-proc-macro-hack 0.5.19-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 232 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (146)
1
2
3
4
5
6
#[rustversion::attr(not(nightly), ignore)]
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}