]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_mir/shim.rs
Rollup merge of #68314 - oli-obk:true_unwind, r=eddyb
[rust.git] / src / librustc_mir / shim.rs
index 923fa3a20b72fc88f3e4d1e33b66e2f87855adaa..01cecdd067945387729b98cfe99cf977fe3b21e6 100644 (file)
@@ -1,15 +1,15 @@
-use rustc::hir;
-use rustc::hir::def_id::DefId;
 use rustc::mir::*;
 use rustc::ty::layout::VariantIdx;
 use rustc::ty::query::Providers;
 use rustc::ty::subst::{InternalSubsts, Subst};
 use rustc::ty::{self, Ty, TyCtxt};
+use rustc_hir as hir;
+use rustc_hir::def_id::DefId;
 
 use rustc_index::vec::{Idx, IndexVec};
 
+use rustc_span::{sym, Span};
 use rustc_target::spec::abi::Abi;
-use syntax_pos::{sym, Span};
 
 use std::fmt;
 use std::iter;