Files
rust/tests/rustdoc-html
Jacob Pratt e5e3c25df2 Rollup merge of #154444 - jakubadamw:issue-128801, r=fmease
rustdoc ICE fix: When collecting `Deref` impls with their targets, skip the negative ones

rustdoc assumed every `Deref` impl has an associated `Target` type, but negative impls (e.g. `impl !Deref for T {}`) have none.

Skip them in both the trait-impl collection pass and the HTML render pass to avoid panicking on the missing `Target`.

Closes rust-lang/rust#128801.
2026-04-02 20:53:31 -04:00
..
2026-04-01 23:05:42 +01:00
2026-02-24 11:41:26 -05:00
2026-02-10 18:00:54 +00:00