skhtml/tests/cases/unexpected-end-of-macro.stderr

14 lines
398 B
Plaintext
Raw Normal View History

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
|
9 | let _: DOMTree<String> = html!{
| ______________________________^
10 | | <title>
11 | | };
| |_____^
2018-11-19 09:11:44 +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