19 lines
518 B
Plaintext
19 lines
518 B
Plaintext
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
|
|
--> $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)
|
|
|
|
error: aborting due to 2 previous errors
|
|
|