]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_target/abi/mod.rs
Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton
[rust.git] / src / librustc_target / abi / mod.rs
index 1b0701914b29906f35d4af240cbac3a6bf7fc77e..3f44339bf4cc285e78b01382788c15b7ec17dcd8 100644 (file)
@@ -7,7 +7,7 @@
 
 use rustc_index::vec::{Idx, IndexVec};
 use rustc_macros::HashStable_Generic;
-use syntax_pos::Span;
+use rustc_span::Span;
 
 pub mod call;