yew/packages/yew-macro/tests/hook_macro_test.rs
2025-08-20 20:25:08 +09:00

8 lines
210 B
Rust

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