about summary refs log tree commit diff
path: root/src/test/debuginfo/unsized.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2016-12-22Fix debuginfo for unsized struct membersPhilip Craig-0/+45
The member was given the size of a fat pointer, which caused llvm to emit DWARF attributes for a 128-bit bitfield.