summaryrefslogtreecommitdiffstats
path: root/vendor/thiserror/tests/compiletest.rs
blob: 641d03cbf46fdcea0b155b96a658edb26549c51e (plain)
1
2
3
4
5
6
7
8
#![deny(clippy::all, clippy::pedantic)]

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