14 lines
398 B
Plaintext
14 lines
398 B
Plaintext
error: unexpected end of macro; missing "<", code block or literal
|
|
--> $DIR/unexpected-end-of-macro.rs:9:30
|
|
|
|
|
9 | let _: DOMTree<String> = html!{
|
|
| ______________________________^
|
|
10 | | <title>
|
|
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
|
|
|