]> git.lizzy.rs Git - rust.git/blobdiff - RELEASES.md
split ui test stderr by bitwidth
[rust.git] / RELEASES.md
index 1f940e6bc2d3b6d8be4ee23c37c38802139b259c..92312d8d556ee53d730b60ed05b87d7a67afe75a 100644 (file)
@@ -58,7 +58,7 @@ The following previously stable APIs are now `const`.
 Rustdoc
 -------
 - [Rustdoc lints are now treated as a tool lint, meaning that
-  lints are now prefixed with `rustdoc::` (e.g. `#[warn(rustdoc::non_autolinks)]`).][80527]
+  lints are now prefixed with `rustdoc::` (e.g. `#[warn(rustdoc::broken_intra_doc_links)]`).][80527]
   Using the old style is still allowed, and will become a warning in
   a future release.
 - [Rustdoc now supports argument files.][82261]