mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
a89a5aa89b
Fix ICE in unsafe binder discriminant helpers Forward discriminant-related helpers through `ty::UnsafeBinder` to the erased inner type, matching the existing layout behavior. Tracking issue: rust-lang/rust#130516 Closes rust-lang/rust#154424
For more information about how rustc works, see the rustc dev guide.