Skip to content

Commit 18d4228

Browse files
authored
Rollup merge of rust-lang#98749 - CAD97:patch-3, r=jyn514
Add macro_rules! rustdoc change to 1.62 relnotes rust-lang#96630 was tagged <kbd>relnotes</kbd> but didn't make it into the notes. Given this is a compatibility issue (rust-lang#97030, rust-lang#98735, rust-lang#98743), it probably *should* be retroactively added.
2 parents 335e7d3 + 4ea18cc commit 18d4228

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASES.md

+2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Compatibility Notes
7575
- `cargo test` now passes `--target` to `rustdoc` if the specified target is
7676
the same as the host target.
7777
[#10594](https://github.com/rust-lang/cargo/pull/10594)
78+
- [rustdoc: doctests are now run on unexported `macro_rules!` macros, matching other private items][96630]
7879
- [rustdoc: Remove .woff font files][96279]
7980
- [Enforce Copy bounds for repeat elements while considering lifetimes][95819]
8081

@@ -109,6 +110,7 @@ and related tools.
109110
[96393]: https://github.com/rust-lang/rust/pull/96393/
110111
[96436]: https://github.com/rust-lang/rust/pull/96436/
111112
[96557]: https://github.com/rust-lang/rust/pull/96557/
113+
[96630]: https://github.com/rust-lang/rust/pull/96630/
112114

113115
[`bool::then_some`]: https://doc.rust-lang.org/stable/std/primitive.bool.html#method.then_some
114116
[`f32::total_cmp`]: https://doc.rust-lang.org/stable/std/primitive.f32.html#method.total_cmp

0 commit comments

Comments
 (0)