[go: up one dir, main page]

zbus_macros 1.9.3

proc-macros for zbus
Documentation
1
2
3
4
5
6
#[rustversion::attr(before(1.48), ignore)]
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/**/*.rs");
}