about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/lib.rs
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2024-01-17 15:39:45 -0800
committerJosh Stone <jistone@redhat.com>2024-01-19 20:10:38 -0800
commitcb7d863e742ae3782174db2acf57310cd1b27561 (patch)
treec649e5f4b4702a13e01345ecc1736ebf39beb8f7 /compiler/rustc_data_structures/src/lib.rs
parent0547c41f906760ce117a55ca690820b44d8e7eef (diff)
downloadrust-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.rs1
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;