Files
rust/tests
许杰友 Jieyou Xu (Joe) bd6ed18260 Rollup merge of #134432 - GuillaumeGomez:intra-doc-in-footnotes, r=notriddle
Fix intra doc links not generated inside footnote definitions

Fixes #132208.

The problem was that we were running the `Footnote` "pass" before the `LinkReplacer` one. Sadly, the change is bigger than it should because we can't specialize the `Iterator` trait implementation, forcing me to add a new type to handle the other `Iterator` kind (the one which still has the `Range`).

r? ``@notriddle``
2024-12-19 16:48:09 +08:00
..
2024-12-18 16:35:06 +01:00
2024-12-04 23:03:44 +01:00
2024-12-14 14:53:59 +00:00