error: this opening tag has no corresponding closing tag --> tests/html_macro/element-fail.rs:7:13 | 7 | html! {
}; | ^^^^^ error: this opening tag has no corresponding closing tag --> tests/html_macro/element-fail.rs:8:18 | 8 | html! {
}; | ^^^^^ error: this opening tag has no corresponding closing tag --> tests/html_macro/element-fail.rs:9:13 | 9 | html! {
}; | ^^^^^ error: this closing tag has no corresponding opening tag --> tests/html_macro/element-fail.rs:12:13 | 12 | html! {
}; | ^^^^^^ error: this closing tag has no corresponding opening tag --> tests/html_macro/element-fail.rs:13:18 | 13 | html! {
}; | ^^^^^^^ error: only one root html element is allowed (hint: you can wrap multiple html elements in a fragment `<>`) --> tests/html_macro/element-fail.rs:14:20 | 14 | html! { }; | ^^^^^^ error: this closing tag has no corresponding opening tag --> tests/html_macro/element-fail.rs:17:18 | 17 | html! {
}; | ^^^^^^^ error: this closing tag has no corresponding opening tag --> tests/html_macro/element-fail.rs:18:20 | 18 | html! { }; | ^^^^^^^^ error: only one root html element is allowed (hint: you can wrap multiple html elements in a fragment `<>`) --> tests/html_macro/element-fail.rs:21:24 | 21 | html! {
}; | ^^^^^^^^^^^ error: expected a valid html element --> tests/html_macro/element-fail.rs:23:18 | 23 | html! {
Invalid
}; | ^^^^^^^ error: `attr` can only be specified once but is given here again --> tests/html_macro/element-fail.rs:26:27 | 26 | html! { }; | ^^^^ error: `value` can only be specified once but is given here again --> tests/html_macro/element-fail.rs:27:32 | 27 | html! { }; | ^^^^^ error: `kind` can only be specified once but is given here again --> tests/html_macro/element-fail.rs:28:36 | 28 | html! { }; | ^^^^ error: `checked` can only be specified once but is given here again --> tests/html_macro/element-fail.rs:29:33 | 29 | html! { }; | ^^^^^^^ error: `disabled` can only be specified once but is given here again --> tests/html_macro/element-fail.rs:30:34 | 30 | html! { }; | ^^^^^^^^ error: `selected` can only be specified once but is given here again --> tests/html_macro/element-fail.rs:31:35 | 31 | html! {