aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/tests/ui.rs
blob: 9fb88a1bba09cfe84f0daa512ab2b83b7fe71ebe (plain) (blame)
1
2
3
4
5
6
7
use trybuild::TestCases;

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