)]}'
{
  "commit": "03028df750147a93f3199fef95932cfecdc2b375",
  "tree": "1b3ba6e19e01a73448999bca5b5de21ab0df63c7",
  "parents": [
    "7b2f36e7ac297e812da77f3621e4176af852a77f",
    "9e4e9e439076a81357d8ce996d76cc906f137a48"
  ],
  "author": {
    "name": "Matthias Krüger",
    "email": "476013+matthiaskrgr@users.noreply.github.com",
    "time": "Wed Dec 10 17:16:50 2025 +0100"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Wed Dec 10 17:16:50 2025 +0100"
  },
  "message": "Rollup merge of #149839 - theemathas:trivial-clone-pointee-sized, r\u003djoboet\n\nUse `PointeeSized` bound for `TrivialClone` impls\n\nThese `TrivialClone` impls previously had `?Sized` bounds, which are different from the `PointeeSized` bounds on the corresponding `Clone` and `Copy` impls. So, I\u0027ve changed the `?Sized` bounds into `PointeeSized` bounds.\n\nThis mistake was made presumably because the `TrivialClone` PR (https://github.com/rust-lang/rust/pull/135634) was opened in Jan 2025, but merged in Nov 2025. During that time, the sized hierachy PR (https://github.com/rust-lang/rust/pull/137944) was opened in Mar 2025, and merged in Jun 2025. The `TrivialClone` PR was not updated to account for the sized hierachy changes.\n\nr? `@joboet`\n",
  "tree_diff": []
}
