From 134d8190727c6dca40011f03686e7bb68f46a26b Mon Sep 17 00:00:00 2001 From: Camille GILLOT Date: Wed, 25 Jan 2023 18:34:19 +0000 Subject: Stop deaggegating MIR. --- compiler/rustc_const_eval/src/util/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/rustc_const_eval/src/util/mod.rs') diff --git a/compiler/rustc_const_eval/src/util/mod.rs b/compiler/rustc_const_eval/src/util/mod.rs index 76ea5a24e69..51735e33e0f 100644 --- a/compiler/rustc_const_eval/src/util/mod.rs +++ b/compiler/rustc_const_eval/src/util/mod.rs @@ -1,4 +1,3 @@ -pub mod aggregate; mod alignment; mod call_kind; pub mod collect_writes; @@ -7,7 +6,6 @@ mod find_self_call; mod might_permit_raw_init; mod type_name; -pub use self::aggregate::expand_aggregate; pub use self::alignment::is_disaligned; pub use self::call_kind::{call_kind, CallDesugaringKind, CallKind}; pub use self::compare_types::{is_equal_up_to_subtyping, is_subtype}; -- cgit 1.4.1-3-g733a5