about summary refs log tree commit diff
path: root/tests/codegen-llvm/range-attribute.rs
AgeCommit message (Collapse)AuthorLines
2025-08-20Tell LLVM about read-only capturesNikita Popov-1/+1
`&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-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-0/+74