mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
84b6049eb9
rustc has proper heuristics for actually checking whether a type allows being left uninitialized (by asking CTFE). We can now use this for our helper instead of rolling our own bad version with false positives.