]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-ui/invalid-html-tags.stderr
Enforce closing HTML tags to have a ">" character
[rust.git] / src / test / rustdoc-ui / invalid-html-tags.stderr
index caa5dd124c18ff035addaa9333f8627128413f84..11f176ff05cc6f0fb580b5d32588927fb1bab237 100644 (file)
@@ -70,5 +70,11 @@ error: unclosed HTML tag `script`
 LL | /// <script
    |     ^^^^^^
 
-error: aborting due to 11 previous errors
+error: unclosed HTML tag `div`
+  --> $DIR/invalid-html-tags.rs:73:5
+   |
+LL | /// <div></div
+   |     ^^^^^
+
+error: aborting due to 12 previous errors