aboutsummaryrefslogtreecommitdiff
path: root/proc-macro-error/test-crate/tests/macro-errors.rs
blob: 8c672eb58c54ea2950dcc24242f21e3a658b439c (plain)
1
2
3
4
5
6
#[rustversion::attr(any(not(stable), before(1.39)), ignore)]
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}