)]}'
{
  "commit": "b1bc4c601ccc174c8893bdd09faa6246e66bc0df",
  "tree": "fa6497996ef23b74f63968d937e754a740f89dd7",
  "parents": [
    "891ee9d33aaa6b5a0cd8ab8ea97c0b9fcdfaef4b",
    "c5388d838cf866d8a629bde7eb0d9dfaf4ad195c"
  ],
  "author": {
    "name": "Jonathan Brouwer",
    "email": "jonathantbrouwer@gmail.com",
    "time": "Sat Jul 11 19:05:14 2026 +0200"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Sat Jul 11 19:05:14 2026 +0200"
  },
  "message": "Rollup merge of #158523 - JonathanBrouwer:repr_simd, r\u003dmejrs\n\nFix feature gate for `repr(simd)`\n\nThe following code currently compiles on stable rust:\n```rust\n#[repr(simd)]\nprintln!()\n```\n\nThis has the following behavior:\n- 1.90 and earlier give an \"unused attribute warning\"\n- 1.91 ..\u003d beta give no diagnostic output\n- nightly gives the following:\n```\nwarning: `#[repr(simd)]` attribute cannot be used on macro calls\n --\u003e src/main.rs:4:5\n  |\n4 |     #[repr(simd)]\n  |     ^^^^^^^^^^^^^\n  |\n  \u003d help: `#[repr(simd)]` can only be applied to structs\n  \u003d warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!\n  \u003d note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default\n```\n\nThis PR changes this to a feature gate **error**.\nr? @mejrs\n",
  "tree_diff": []
}
