]> git.proxmox.com Git - rustc.git/blobdiff - src/test/rustdoc-ui/invalid-html-tags.stderr
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / rustdoc-ui / invalid-html-tags.stderr
index aa9ace006bd1ad8dfb6bc1e76ef686687c34f6bd..335e100c89d890c5d82155416762d0479f255bdf 100644 (file)
@@ -7,8 +7,8 @@ LL | //! <p>💩<p>
 note: the lint level is defined here
   --> $DIR/invalid-html-tags.rs:1:9
    |
-LL | #![deny(invalid_html_tags)]
-   |         ^^^^^^^^^^^^^^^^^
+LL | #![deny(rustdoc::invalid_html_tags)]
+   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 error: unclosed HTML tag `p`
   --> $DIR/invalid-html-tags.rs:3:9