There was an error while loading. Please reload this page.
--generate-link-to-definition
For example in this code:
#[derive(Debug, PartialEq)] pub struct X;
Debug links to fmt::Result and PartialEq to bool.
Debug
fmt::Result
PartialEq
bool
I think the regression comes from #135771.