mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-14 04:03:28 +00:00
const validation: fix ICE on dangling ZST reference Fixes https://github.com/rust-lang/rust/issues/126393 I'm not super happy with this fix but I can't think of a better one. r? `@oli-obk`