mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
aebd794d15
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`