mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
8 lines
210 B
Rust
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");
|
|
}
|