4
1
mirror of https://github.com/DragonOS-Community/DragonOS.git synced 2025-06-21 05:46:31 +00:00
Files
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");
}