File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments