syntax_error.rsx 100 B

123456
  1. fn app() -> Element {
  2. rsx! {
  3. let x="hello world";
  4. div { "hello world" }
  5. }
  6. }