Skip to content

Commit 429be06

Browse files
cuviperkpreidKobzol
authoredMar 18, 2025··
Apply suggestions from code review
Co-authored-by: Kevin Reid <kpreid@switchb.org> Co-authored-by: Jakub Beránek <berykubik@gmail.com>
1 parent 437dbaf commit 429be06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎posts/Rust-1.85.1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ appropriate page on our website.
2424

2525
## What's in 1.85.1
2626

27-
### Fixed 2024 Edition doctests
27+
### Fixed combined doctest compilation
2828

29-
Due to a bug in the implementation, [combined doctests](https://doc.rust-lang.org/edition-guide/rust-2024/rustdoc-doctests.html) did not work as intended in the stable 2024 Edition. Internal errors with feature stability caused rustdoc to automatically use its "unmerged" fallback method instead, like previous editions.
29+
Due to a bug in the implementation, [combined doctests](https://doc.rust-lang.org/edition-guide/rust-2024/rustdoc-doctests.html) did not work as intended in the stable 2024 Edition. Internal errors with feature stability caused rustdoc to automatically use its "unmerged" fallback method instead, like in previous editions.
3030

3131
Those errors are now fixed in 1.85.1, realizing the performance improvement of combined doctest compilation as intended! See the [backport issue](https://github.com/rust-lang/rust/issues/138418) for more details, including the risk analysis of making this behavioral change in a point release.
3232

0 commit comments

Comments
 (0)
Please sign in to comment.