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
8 lines
222 B
Rust
8 lines
222 B
Rust
#[allow(dead_code)]
|
|
#[rustversion::attr(stable(1.56), test)]
|
|
fn classes_macro() {
|
|
let t = trybuild::TestCases::new();
|
|
t.pass("tests/classes_macro/*-pass.rs");
|
|
t.compile_fail("tests/classes_macro/*-fail.rs");
|
|
}
|