heapless/tests/cfail.rs
2019-12-17 14:11:09 +01:00

8 lines
107 B
Rust

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