For example in this code: ```rust #[derive(Debug, PartialEq)] pub struct X; ``` `Debug` links to `fmt::Result` and `PartialEq` to `bool`. I think the regression comes from https://github.com/rust-lang/rust/pull/135771.