mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +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`