mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +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