2018-11-19 17:27:42 +00:00
|
|
|
error: unexpected end of macro; missing "<", code block or literal
|
|
|
|
--> $DIR/unexpected-end-of-macro.rs:9:30
|
2018-11-19 09:11:44 +00:00
|
|
|
|
|
2018-11-19 17:27:42 +00:00
|
|
|
9 | let _: DOMTree<String> = html!{
|
|
|
|
| ______________________________^
|
|
|
|
10 | | <title>
|
|
|
|
11 | | };
|
|
|
|
| |_____^
|
2018-11-19 09:11:44 +00:00
|
|
|
|
|
2020-04-22 13:12:53 +00:00
|
|
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-11-19 09:11:44 +00:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|