mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
989efb8423
Implement debuginfo for unsafe binder types Fixes: rust-lang/rust#139462 This treats an unsafe binder like a struct with a single field. This way we'd have the binder's distinct type name while keeping the wrapped value accessible. Tracking: - https://github.com/rust-lang/rust/issues/130516
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.