pub fn merge_report_counts(c: ReportCounts)Expand description
Add a worker thread’s ReportCounts into the current (main) thread’s
REPORT. Only the integer counts + the sticky fatal flag are merged; the
arena-keyed undefined/missing maps are NOT (a worker has its own
thread-local arena, so those keys are not portable).