about summary refs log tree commit diff
path: root/tests/ui/layout/randomize.rs
AgeCommit message (Collapse)AuthorLines
2025-01-10test that coercions still work under randomizationThe 8472-8/+40
2025-01-10exclude unsizable tail from randomization seed calculationThe 8472-3/+4
2025-01-10Foo<T> != Foo<U> under layout randomizationThe 8472-0/+29
previously field ordering was using the same seed for all instances of Foo, now we pass seed values through the layout tree so that not only the struct itself affects layout but also its fields