aboutsummaryrefslogtreecommitdiff
path: root/tests/compiletest.rs
blob: 2e861bf670405f685686344aadf8884eb57b6724 (plain)
1
2
3
4
5
6
#[rustc::attr(not(nightly), ignore)]
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}