about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristopher Durham <cad97@cad97.com>2022-06-30 22:18:43 -0400
committerChristopher Durham <cad97@cad97.com>2022-06-30 23:48:11 -0400
commit4ea18ccf7e4e4afe213c2b3a74c558135c423fde (patch)
treea644432e95fb0aa4135a0d96a874f3bd785b191e
parent7425fb293f510a6f138e82a963a3bc599a5b9e1c (diff)
downloadrust-4ea18ccf7e4e4afe213c2b3a74c558135c423fde.tar.gz
rust-4ea18ccf7e4e4afe213c2b3a74c558135c423fde.zip
Add macro_rules! rustdoc change to 1.62 relnotes
-rw-r--r--RELEASES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 7479735012c..df6965f56f1 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -75,6 +75,7 @@ Compatibility Notes
 - `cargo test` now passes `--target` to `rustdoc` if the specified target is
   the same as the host target.
   [#10594](https://github.com/rust-lang/cargo/pull/10594)
+- [rustdoc: doctests are now run on unexported `macro_rules!` macros, matching other private items][96630]
 - [rustdoc: Remove .woff font files][96279]
 - [Enforce Copy bounds for repeat elements while considering lifetimes][95819]
 
@@ -109,6 +110,7 @@ and related tools.
 [96393]: https://github.com/rust-lang/rust/pull/96393/
 [96436]: https://github.com/rust-lang/rust/pull/96436/
 [96557]: https://github.com/rust-lang/rust/pull/96557/
+[96630]: https://github.com/rust-lang/rust/pull/96630/
 
 [`bool::then_some`]: https://doc.rust-lang.org/stable/std/primitive.bool.html#method.then_some
 [`f32::total_cmp`]: https://doc.rust-lang.org/stable/std/primitive.f32.html#method.total_cmp