~repos /tide-jsx

#rust#proc-macro#jsx

git clone https://pyrossh.dev/repos/tide-jsx.git

Tide + JSX



file:

tests/ui/fail/unclosed-tag.rs



fn main() {
tide_jsx::html! {
<ul>
<li>
</ul>
};
}