error: unexpected end of macro; missing "<", code block or literal --> $DIR/unexpected-end-of-macro.rs:9:30 | 9 | let _: DOMTree = html!{ | ______________________________^ 10 | | 11 | | }; | |_____^ | = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) error: aborting due to previous error