error: The `` tag is a void element. Void elements should be self closing (they can not have children). (hint: try ``)
--> tests/elements/element_with_wrong_way_of_closing_fail.rs:4:12
|
4 | rsx! { };
| ^^^^^^
error: The `
` tag is a void element. Void elements should be self closing (they can not have children). (hint: try `
`)
--> tests/elements/element_with_wrong_way_of_closing_fail.rs:6:12
|
6 | rsx! {
};
| ^^^^
error: The `