1
Fork 0

codegen: panic when trying to compute size/align of extern type

This commit is contained in:
Ralf Jung 2023-12-02 12:25:01 +01:00
parent 8b1ba11cb1
commit b1613ebc43
7 changed files with 54 additions and 25 deletions

View file

@ -51,10 +51,10 @@ pub mod codegen_attrs;
pub mod common;
pub mod debuginfo;
pub mod errors;
pub mod glue;
pub mod meth;
pub mod mir;
pub mod mono_item;
pub mod size_of_val;
pub mod target_features;
pub mod traits;