yew/packages/yew-macro/tests/hook_macro_test.rs
2025-07-09 22:29:57 +09:00

8 lines
208 B
Rust

#[allow(dead_code)]
#[rustversion::attr(stable(1.78), test)]
fn tests() {
let t = trybuild::TestCases::new();
t.pass("tests/hook_macro/*-pass.rs");
t.compile_fail("tests/hook_macro/*-fail.rs");
}