This code: ```rust pub fn body_owner(&self, BodyId { hir_id }: BodyId) -> HirId { // ... } ``` renders the same in rustdoc, whereas it should be rendered like this: ```rust pub fn body_owner(&self, _: BodyId) -> HirId; ``` <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_ASSIGN_START --> <!-- TRIAGEBOT_ASSIGN_DATA_START$${"user":"eggyal"}$$TRIAGEBOT_ASSIGN_DATA_END --> <!-- TRIAGEBOT_ASSIGN_END --> <!-- TRIAGEBOT_END -->