use yew::prelude::*; struct Unimplemented; fn compile_fail() { html! { }; } fn main() {}