about summary refs log tree commit diff
path: root/compiler/rustc_ty_utils/src/implied_bounds.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-05-08 20:35:52 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-05-13 08:20:18 +1000
commitc34ebba1348749233fdcdcea8cccd567eca3504b (patch)
tree74226c44e91b7c00668418ca1510c4d0450c3d17 /compiler/rustc_ty_utils/src/implied_bounds.rs
parent4bf20b2b558289e9dcffd496890df116f98612c7 (diff)
downloadrust-c34ebba1348749233fdcdcea8cccd567eca3504b.tar.gz
rust-c34ebba1348749233fdcdcea8cccd567eca3504b.zip
Remove `extern crate rustc_middle` from `rustc_ty_utils`.
Diffstat (limited to 'compiler/rustc_ty_utils/src/implied_bounds.rs')
-rw-r--r--compiler/rustc_ty_utils/src/implied_bounds.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_ty_utils/src/implied_bounds.rs b/compiler/rustc_ty_utils/src/implied_bounds.rs
index 862fb2e1663..e87058f9ba4 100644
--- a/compiler/rustc_ty_utils/src/implied_bounds.rs
+++ b/compiler/rustc_ty_utils/src/implied_bounds.rs
@@ -2,6 +2,7 @@ use rustc_data_structures::fx::FxHashMap;
 use rustc_hir as hir;
 use rustc_hir::def::DefKind;
 use rustc_hir::def_id::LocalDefId;
+use rustc_middle::bug;
 use rustc_middle::query::Providers;
 use rustc_middle::ty::{self, Ty, TyCtxt};
 use rustc_span::Span;