Auto merge of #99983 - RalfJung:more-layout-checks, r=eddyb

More layout sanity checks

r? `@eddyb`
This commit is contained in:
bors
2022-08-07 13:17:54 +00:00
3 changed files with 309 additions and 110 deletions

View File

@@ -124,6 +124,7 @@ mod erase_regions;
mod generics;
mod impls_ty;
mod instance;
mod layout_sanity_check;
mod list;
mod parameterized;
mod rvalue_scopes;