mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-10-02 06:50:32 +00:00
7 lines
101 B
Rust
7 lines
101 B
Rust
use trybuild::TestCases;
|
|
|
|
fn main() {
|
|
let t = TestCases::new();
|
|
t.compile_fail("ui/*.rs");
|
|
}
|