We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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;