Move utils from rustc_middle to rustc_ty_utils

This commit is contained in:
Cameron Steffen
2022-10-02 19:06:14 -05:00
parent a8a847e30d
commit 95b689b1d5
9 changed files with 2337 additions and 2343 deletions

View File

@@ -130,7 +130,6 @@ mod erase_regions;
mod generics;
mod impls_ty;
mod instance;
mod layout_sanity_check;
mod list;
mod parameterized;
mod rvalue_scopes;
@@ -2593,7 +2592,6 @@ pub fn provide(providers: &mut ty::query::Providers) {
closure::provide(providers);
context::provide(providers);
erase_regions::provide(providers);
layout::provide(providers);
util::provide(providers);
print::provide(providers);
super::util::bug::provide(providers);