error: requires 2 children but there are only 1
--> $DIR/not-enough-children.rs:10:10
|
10 |
| ^^^^
error: proc macro panicked
--> $DIR/not-enough-children.rs:9:30
|
9 | let _: DOMTree = html!{
| ______________________________^
10 | |
11 | |
12 | |
13 | | };
| |_____^
|
= help: message: explicit panic
error: aborting due to 2 previous errors