about summary refs log tree commit diff
path: root/compiler/rustc_abi/src/layout/simple.rs
AgeCommit message (Collapse)AuthorLines
2025-03-08Remove most manual LayoutData creations and move them to `rustc_abi`Moulins-0/+148
...either as: - methods on LayoutCalculator, for faillible operations; - constructors on LayoutData, for infaillible ones.