LoGin bd70d2d1f4
chore: 将工具链更新到2024-07-23 (#864)
* chore: 将工具链更新到2024-07-23
2024-07-25 00:55:02 +08:00

6 lines
100 B
Rust

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