denyhosts/clamav/libclamav_rust/.cargo/vendor/quote/tests/compiletest.rs

8 lines
166 B
Rust
Raw Permalink Normal View History

2023-01-14 18:28:39 +08:00
#[rustversion::attr(not(nightly), ignore)]
#[cfg_attr(miri, ignore)]
#[test]
fn ui() {
let t = trybuild::TestCases::new();
t.compile_fail("tests/ui/*.rs");
}