mirror of
https://github.com/yewstack/yew.git
synced 2026-02-01 17:26:28 +00:00
* Bump MSRV to 1.54 * add rust version to Cargo.toml * update macro test stderr * 1.56 go brrrr * 1.56 go brrrr: part 2 electric boogaloo
8 lines
234 B
Rust
8 lines
234 B
Rust
#[allow(dead_code)]
|
|
#[rustversion::attr(stable(1.56), test)]
|
|
fn tests() {
|
|
let t = trybuild::TestCases::new();
|
|
t.pass("tests/function_component_attr/*-pass.rs");
|
|
t.compile_fail("tests/function_component_attr/*-fail.rs");
|
|
}
|