]> git.proxmox.com Git - rustc.git/blobdiff - src/test/rustdoc-ui/assoc-item-not-in-scope.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / rustdoc-ui / assoc-item-not-in-scope.stderr
index 92d27179e8c3fbce95bd647e251ad1ad6d69558a..358871b532313e5668536932e78ca6fe04eca8b3 100644 (file)
@@ -7,8 +7,8 @@ LL | /// Link to [`S::fmt`]
 note: the lint level is defined here
   --> $DIR/assoc-item-not-in-scope.rs:1:9
    |
-LL | #![deny(broken_intra_doc_links)]
-   |         ^^^^^^^^^^^^^^^^^^^^^^
+LL | #![deny(rustdoc::broken_intra_doc_links)]
+   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 error: aborting due to previous error