compiler: pre-move code for fixing enum layout ICEs

This commit is contained in:
Jubilee Young
2024-10-17 14:46:08 -07:00
parent d68c327796
commit 68d1fd9427
5 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,6 @@ mod errors;
mod implied_bounds;
mod instance;
mod layout;
mod layout_sanity_check;
mod needs_drop;
mod opaque_types;
mod representability;