xref: /DragonOS/kernel/crates/intertrait/tests/run.rs (revision bd70d2d1f490aabd570a5301b858bd5eb04149fa)
1 #[test]
tests()2 fn tests() {
3     let t = trybuild::TestCases::new();
4     t.compile_fail("tests/ui/*.rs");
5 }
6