~repos /tide-jsx

#rust#proc-macro#jsx

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

Tide + JSX



file:

tests/ui/fail/unexpected-attribute.stderr



error[E0560]: struct `Heading<'_>` has no field named `t`
--> $DIR/unexpected-attribute.rs:9:22
|
9 | html! { <Heading t={"Hello world!"} /> };
| ^ `Heading<'_>` does not have this field
|
= note: available fields are: `title`