We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This code:
pub fn body_owner(&self, BodyId { hir_id }: BodyId) -> HirId { // ... }
renders the same in rustdoc, whereas it should be rendered like this:
pub fn body_owner(&self, _: BodyId) -> HirId;