From cb7d863e742ae3782174db2acf57310cd1b27561 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 17 Jan 2024 15:39:45 -0800 Subject: Add Pu128 = #[repr(packed(8))] u128 --- compiler/rustc_data_structures/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/rustc_data_structures/src/lib.rs') 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; -- cgit 1.4.1-3-g733a5