mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 04:25:29 +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`