oden/third-party/vendor/proc-macro-hack/tests/compiletest.rs
2024-03-08 11:03:01 -08:00

6 lines
140 B
Rust

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