rust/compiler/rustc_codegen_ssa
Dylan DPC 62c260de8c
Rollup merge of #97738 - Kixiron:zst-panic, r=eddyb
Fix ICEs from zsts within unsized types with non-zero offsets

- Fixes #97732
- Fixes ICEs while compiling `alloc` with `-Z randomize-layout`

r? ``@eddyb``
2022-06-07 11:41:08 +02:00
..
2022-06-03 17:02:14 +00:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.