mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
d36f964125
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`