)]}'
{
  "commit": "b8755a44fc7cfbc2e932bbcbf6acb36bd7569184",
  "tree": "330c9414fc0eed66ce3d20b70bc3537db8f58da2",
  "parents": [
    "3bb8cd4d84897188c21e07435121830906bad6a2",
    "d329971fc2356d96d8f8900eb5afe1bb92768543"
  ],
  "author": {
    "name": "Jonathan Brouwer",
    "email": "jonathantbrouwer@gmail.com",
    "time": "Wed Feb 04 08:12:42 2026 +0100"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Wed Feb 04 08:12:42 2026 +0100"
  },
  "message": "Rollup merge of #152053 - TaKO8Ki:err-tail-semicolon-suggest, r\u003dnnethercote\n\nAvoid semicolon suggestion when tail expr is error\n\nFixes rust-lang/rust#151610\n\nWhen the tail expression is Err due to recovery, HIR constructs `StmtKind::Semi(Err(..))`. The suggestion path then uses `stmt.span.with_lo(tail_expr.span.hi())` to target the semicolon, but `stmt.span \u003d\u003d tail_expr.span` so the derived span is empty/invalid.\n",
  "tree_diff": []
}
