error: this opening tag has no corresponding closing tag --> tests/html_macro/generic-component-fail.rs:46:13 | 46 | html! { > }; | ^^^^^^^^^^^^^^^^^ error: mismatched closing tags: expected `Generic`, found `Generic` --> tests/html_macro/generic-component-fail.rs:47:14 | 47 | html! { > }; | ^^^^^^^^^^^^^^^^^^^^^^^^^ error: mismatched closing tags: expected `Generic`, found `Generic>` --> tests/html_macro/generic-component-fail.rs:48:14 | 48 | html! { >>> }; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: mismatched closing tags: expected `Generic`, found `Generic` --> tests/html_macro/generic-component-fail.rs:50:14 | 50 | html! { >> }; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: expected a valid closing tag for component note: found opening tag `>` help: try `>` --> tests/html_macro/generic-component-fail.rs:51:30 | 51 | html! { > }; | ^^^