ui.rs raw

//! trybuild UI tests: bad `.gdc` input must fail with the compiler core's
//! rendered diagnostics in the error message.

#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}