]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-ui/invalid-html-tags.stderr
Simplify attribute handling in `parse_bottom_expr`.
[rust.git] / src / test / rustdoc-ui / invalid-html-tags.stderr
index 335e100c89d890c5d82155416762d0479f255bdf..24a455576e80aef6e4e363614ce143995575fb73 100644 (file)
@@ -82,5 +82,17 @@ error: Unclosed HTML comment
 LL | /// <!--
    |     ^^^
 
-error: aborting due to 13 previous errors
+error: unopened HTML tag `unopened-tag`
+  --> $DIR/invalid-html-tags.rs:114:26
+   |
+LL | /// Web Components style </unopened-tag>
+   |                          ^^^^^^^^^^^^^^^
+
+error: unclosed HTML tag `dashed-tags`
+  --> $DIR/invalid-html-tags.rs:112:26
+   |
+LL | /// Web Components style <dashed-tags>
+   |                          ^^^^^^^^^^^^^
+
+error: aborting due to 15 previous errors