pub(crate) fn inherits_doc_hidden(
    tcx: TyCtxt<'_>,
    def_id: LocalDefId,
    stop_at: Option<LocalDefId>
) -> bool