Remove extern crate rustc_middle
from numerous crates.
This commit is contained in:
parent
e6b3e20243
commit
99e036bd21
80 changed files with 74 additions and 26 deletions
|
@ -228,6 +228,7 @@ use rustc_middle::ty::{
|
|||
TypeVisitableExt, VtblEntry,
|
||||
};
|
||||
use rustc_middle::ty::{GenericArgKind, GenericArgs};
|
||||
use rustc_middle::{bug, span_bug};
|
||||
use rustc_session::config::EntryFnType;
|
||||
use rustc_session::Limit;
|
||||
use rustc_span::source_map::{dummy_spanned, respan, Spanned};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue