]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-ui/invalid-html-tags.rs
Rollup merge of #100029 - hdelc:master, r=cjgillot
[rust.git] / src / test / rustdoc-ui / invalid-html-tags.rs
index cec44b6d2ca62fa263631e563201118867d5f2ee..0f9d2e4b35d0549b1c3bdd1ce74860365c7c62aa 100644 (file)
@@ -108,3 +108,9 @@ pub fn j() {}
 /// <Vec<_> shouldn't warn!
 /// ``````
 pub fn k() {}
+
+/// Web Components style <dashed-tags>
+//~^ ERROR unclosed HTML tag `dashed-tags`
+/// Web Components style </unopened-tag>
+//~^ ERROR unopened HTML tag `unopened-tag`
+pub fn m() {}