mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
8 lines
217 B
Rust
8 lines
217 B
Rust
#[allow(dead_code)]
|
|
#[rustversion::attr(stable(1.84.0), test)]
|
|
fn derive_props() {
|
|
let t = trybuild::TestCases::new();
|
|
t.pass("tests/derive_props/pass.rs");
|
|
t.compile_fail("tests/derive_props/fail.rs");
|
|
}
|