Files
rust/tests
Jonathan Brouwer af77f2d644 Rollup merge of #150362 - heathdutton:fix-rustdoc-duplicate-reexports-150211, r=notriddle
rustdoc: fix duplicate Re-exports sections

Fixes rust-lang/rust#150211

When a module contains both `pub extern crate` and `pub use` items, they were being rendered under two separate "Re-exports" section headers instead of one.

This fix tracks the current section and only renders a new header when the section actually changes, consolidating items that belong to the same section under a single header.
2025-12-27 15:46:55 +01:00
..
2025-12-04 10:51:34 +01:00
2025-12-25 14:49:01 +03:00
2025-12-14 17:25:53 +00:00