skhtml/tests/cases/tag-mismatch.stderr

19 lines
518 B
Plaintext
Raw Normal View History

2018-11-19 09:11:44 +00:00
error: expected closing tag '</html>', found '</head>'
--> $DIR/tag-mismatch.rs:10:17
|
10 | <html></head>
| ^^^^
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
error: unclosed tag
2018-11-19 09:11:44 +00:00
--> $DIR/tag-mismatch.rs:10:10
|
10 | <html></head>
| ^^^^
|
= 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 2 previous errors
2018-11-19 09:11:44 +00:00