compiling my-cool-project encountered an
error:
error: expected `;`, found `rsx`
--> src/main.rs:21:6
|
21 | a
| ^ help: add `;` here
22 | rsx! {
| --- unexpected token
error: could not compile `my-cool-app` (bin "my-cool-app") due to 1 previous
error