summary refs log tree commit diff
path: root/src/test/run-pass/issue-46845.rs
AgeCommit message (Expand)AuthorLines
2018-05-10rustc: leave space for fields of uninhabited types to allow partial initializ...Eduard-Mihai Burtescu-1/+3
2017-12-19Only mark unions as uninhabited if all of their fields are uninhabited. Fixes...Jonathan S-0/+39