rtic/rtic-macros/tests/ui.rs
2023-03-01 00:35:13 +01:00

7 lines
107 B
Rust

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