mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-22 22:06:58 +00:00
Use captures(address) instead of captures(none) for indirect args While provenance cannot be captured through these arguments, the address / object identity can. Fixes https://github.com/rust-lang/rust/issues/137668. r? `@ghost`