]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_mir/util/patch.rs
Rollup merge of #65763 - ObsidianMinor:diag/65642, r=varkor
[rust.git] / src / librustc_mir / util / patch.rs
index 2ea9924af7f28d427ccb150392262f8ce2032056..a5f7e5401573bd606ac6374e06397e21166954d0 100644 (file)
@@ -1,6 +1,6 @@
 use rustc::ty::Ty;
 use rustc::mir::*;
-use rustc_data_structures::indexed_vec::{IndexVec, Idx};
+use rustc_index::vec::{IndexVec, Idx};
 use syntax_pos::Span;
 
 /// This struct represents a patch to MIR, which can add