llvm types for erasure, function pointer

This commit is contained in:
Ayaz Hafiz 2023-07-04 16:56:39 -05:00
parent 2c826ea898
commit 74d0f8d2e5
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
4 changed files with 44 additions and 8 deletions

View file

@ -11,6 +11,7 @@ mod lowlevel;
pub mod refcounting;
mod align;
mod erased;
mod memcpy;
mod scope;
mod struct_;