mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +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
10 lines
232 B
Rust
10 lines
232 B
Rust
#[allow(dead_code)]
|
|
#[rustversion::attr(stable(1.56), test)]
|
|
fn tests() {
|
|
let t = trybuild::TestCases::new();
|
|
t.pass("tests/routable_derive/*-pass.rs");
|
|
t.compile_fail("tests/routable_derive/*-fail.rs");
|
|
}
|
|
|
|
fn main() {}
|