about summary refs log tree commit diff
path: root/src/test/codegen/issue-56927.rs
AgeCommit message (Collapse)AuthorLines
2020-02-18better lint namesRalf Jung-1/+1
2020-02-15fix codegen testsRalf Jung-1/+1
2018-12-21Fix alignment for array indexingNikita Popov-0/+44
We need to reduce the alignment with the used offset. If the offset isn't known, we need to reduce with the element size to support arbitrary offsets.