Files
rust/tests/rustdoc-html
Jacob Pratt a1fbf7b8ea Rollup merge of #158466 - sunshowers:nested-fundamental, r=notriddle
rustdoc: show impl Trait<Box<Local>> for Foreign, etc on Local's docs

This is a generalization of rust-lang/rust#92940: that PR handled cases like `impl Foreign for Box<Local>`, but was missing handling for a few other closely related cases.

My particular interest was with showing `impl From<Box<Utf8Path>> for Box<Path>` in camino's documentation. But I ended up handling a bunch of related cases along the way.

I'm new to rustdoc so please let me know if I got anything wrong :) took a bit to fully understand how this worked.

<img width="1733" height="483" alt="image" src="https://github.com/user-attachments/assets/4b987c61-bdac-4de3-a491-c0577e06fa7c" />
2026-06-27 22:13:46 -04:00
..
2026-06-12 19:11:22 -04:00
2026-04-01 23:05:42 +01:00
2026-02-24 11:41:26 -05:00
2026-06-07 11:06:19 +03:00
2026-06-07 13:58:33 -04:00
2026-02-10 18:00:54 +00:00