diff options
| author | Josh Stone <jistone@redhat.com> | 2024-01-17 15:39:45 -0800 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2024-01-19 20:10:38 -0800 |
| commit | cb7d863e742ae3782174db2acf57310cd1b27561 (patch) | |
| tree | c649e5f4b4702a13e01345ecc1736ebf39beb8f7 /compiler/rustc_data_structures/src/lib.rs | |
| parent | 0547c41f906760ce117a55ca690820b44d8e7eef (diff) | |
| download | rust-cb7d863e742ae3782174db2acf57310cd1b27561.tar.gz rust-cb7d863e742ae3782174db2acf57310cd1b27561.zip | |
Add Pu128 = #[repr(packed(8))] u128
Diffstat (limited to 'compiler/rustc_data_structures/src/lib.rs')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index 93b4032c310..077e90350a3 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -93,6 +93,7 @@ pub mod aligned; pub mod frozen; mod hashes; pub mod owned_slice; +pub mod packed; pub mod sso; pub mod steal; pub mod tagged_ptr; |
