about summary refs log tree commit diff
path: root/tests/ui/codegen/indirect-nocapture.rs
AgeCommit message (Collapse)AuthorLines
2025-08-26Use captures(address) instead of captures(none) for indirect argsNikita Popov-0/+15
While provenance cannot be captured through these arguments, the address / object identity can.