mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-22 16:35:24 +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`