about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta/decoder
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-05-08 18:10:16 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-05-13 08:20:18 +1000
commit00cfb45b54671cfe5a7b52f5fa18239cd994ba79 (patch)
tree654c18d13fb35dc367d5f47f59a10a43a4cc1441 /compiler/rustc_metadata/src/rmeta/decoder
parent34e247af1ee905d12f87f8099dd38647e8bfecb4 (diff)
downloadrust-00cfb45b54671cfe5a7b52f5fa18239cd994ba79.tar.gz
rust-00cfb45b54671cfe5a7b52f5fa18239cd994ba79.zip
Remove `extern crate rustc_middle` from `rustc_metadata`.
Diffstat (limited to 'compiler/rustc_metadata/src/rmeta/decoder')
-rw-r--r--compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs b/compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs
index 531b2e05411..c783149a695 100644
--- a/compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs
+++ b/compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs
@@ -11,6 +11,7 @@ use rustc_hir::def::{CtorKind, DefKind, Res};
 use rustc_hir::def_id::{CrateNum, DefId, DefIdMap, LOCAL_CRATE};
 use rustc_hir::definitions::{DefKey, DefPath, DefPathHash};
 use rustc_middle::arena::ArenaAllocatable;
+use rustc_middle::bug;
 use rustc_middle::metadata::ModChild;
 use rustc_middle::middle::exported_symbols::ExportedSymbol;
 use rustc_middle::middle::stability::DeprecationEntry;