cheep-crator-2/vendor/paste/tests/compiletest.rs

7 lines
140 B
Rust
Raw Normal View History

2022-07-19 11:14:16 +00:00
#[rustversion::attr(not(nightly), ignore)]
#[test]
fn ui() {
let t = trybuild::TestCases::new();
t.compile_fail("tests/ui/*.rs");
}