summary refs log tree commit diff
path: root/src/test/ui/consts/std/alloc.32bit.stderr
AgeCommit message (Collapse)AuthorLines
2022-04-11fix Layout struct member naming styleliangyongrui-2/+2
2022-04-08Make non-power-of-two alignments a validity error in `Layout`Scott McMurray-4/+15
Inspired by the zulip conversation about how `Layout` should better enforce `size < isize::MAX as usize`, this uses an N-variant enum on N-bit platforms to require at the validity level that the existing invariant of "must be a power of two" is upheld. This was MIRI can catch it, and means there's a more-specific type for `Layout` to store than just `NonZeroUsize`.
2021-06-13update tests involving CTFE validationRémy Rakic-1/+1
2021-03-31Add 32bit.stderr files.Hameer Abbasi-0/+14