rust/compiler/rustc_ty_utils
Matthias Krüger bfa1a62fd4
Rollup merge of #138158 - moulins:move-layout-to-rustc_abi, r=workingjubilee
Move more layouting logic to `rustc_abi`

Move all `LayoutData`-constructing code to `rustc_abi`:
- Infaillible operations get a new `LayoutData` constructor method;
- Faillible ones get a new method on `LayoutCalculator`.
2025-03-09 10:34:51 +01:00
..
src Rollup merge of #138158 - moulins:move-layout-to-rustc_abi, r=workingjubilee 2025-03-09 10:34:51 +01:00
Cargo.toml Specify rust lints for compiler/ crates via Cargo. 2025-03-08 08:41:09 +11:00
messages.ftl Implement .use keyword as an alias of clone 2025-03-06 17:58:32 -03:00