thiserror-nostd-notrait/tests/compiletest.rs

9 lines
181 B
Rust

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