bors 125ff8a788 Auto merge of #145259 - nikic:read-only-capture, r=wesleywiser
Tell LLVM about read-only captures

`&Freeze` parameters are not only `readonly` within the function, but any captures of the pointer can also only be used for reads. This can now be encoded using the `captures(address, read_provenance)` attribute.
2025-08-20 23:41:41 +00:00
..
2025-04-29 18:19:26 +02:00
2025-07-01 23:33:59 +05:00
2025-07-01 23:33:59 +05:00
2025-07-05 03:46:08 +05:00