error: This opening tag does not have a corresponding closing tag. (hint: try adding ``) --> tests/elements/element_without_closing_fail.rs:4:12 | 4 | rsx! {
}; | ^^^^^ error: This opening tag does not have a corresponding closing tag. (hint: try adding `
`) --> tests/elements/element_without_closing_fail.rs:5:12 | 5 | rsx! {
"Hello world!" }; | ^^^^^ error: This opening tag does not have a corresponding closing tag. (hint: try adding `
`) --> tests/elements/element_without_closing_fail.rs:6:12 | 6 | rsx! {
{ String::from("Hello world") } }; | ^^^^^ error: This opening tag does not have a corresponding closing tag. (hint: try adding `
`) --> tests/elements/element_without_closing_fail.rs:7:12 | 7 | rsx! {
}; | ^^^^^