summary refs log tree commit diff
path: root/src/test/compile-fail/repr-align.rs
AgeCommit message (Expand)AuthorLines
2018-01-23Stabilized `#[repr(align(x))]` attribute (RFC 1358)Cameron Hart-2/+0
2017-07-08Lower alignment limit down to 2^31 - 1 (from LLVM)Lee Bousfield-1/+1
2017-07-08Raised alignment limit from 2^15 to 2^31Lee Bousfield-1/+1
2017-04-21Added feature gate, updated error messages and tests.Cameron Hart-3/+4
2017-04-21Implementation of repr struct alignment RFC 1358.Cameron Hart-0/+22