summary refs log tree commit diff
path: root/src/test/codegen-units/item-collection/static-init.rs
AgeCommit message (Collapse)AuthorLines
2017-03-18translate drop glue using MIRAriel Ben-Yehuda-1/+0
Drop of arrays is now translated in trans::block in an ugly way that I should clean up in a later PR, and does not handle panics in the middle of an array drop, but this commit & PR are growing too big.
2016-05-11Add test for collecting items in staticsJames Miller-0/+23