use yew::prelude::*; struct NotToString; fn compile_fail() { // missing closing tag html! {
}; html! {
}; html! {
}; // missing opening tag html! {
}; html! {
}; html! { }; // tag mismatch html! {
}; html! { }; // multiple root html! {
}; // invalid child content html! {
Invalid
}; // same attribute specified multiple times (tests for attributes with special treatment) html! { }; html! { }; html! { }; html! { }; html! { }; html! {