about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src
diff options
context:
space:
mode:
authorouz-a <oguz.agcayazi@gmail.com>2022-07-24 14:57:49 +0300
committerouz-a <oguz.agcayazi@gmail.com>2022-07-24 14:57:49 +0300
commit4e726e04cd777fb2a95a2a45d89a6a3ebc98c20d (patch)
tree598c4aca1076c419d9902e87b360d512a1e2b27d /compiler/rustc_mir_dataflow/src
parent09134982e53830a4268a95b57fda2b9e39c1908b (diff)
downloadrust-4e726e04cd777fb2a95a2a45d89a6a3ebc98c20d.tar.gz
rust-4e726e04cd777fb2a95a2a45d89a6a3ebc98c20d.zip
fix import error
Diffstat (limited to 'compiler/rustc_mir_dataflow/src')
-rw-r--r--compiler/rustc_mir_dataflow/src/move_paths/builder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_mir_dataflow/src/move_paths/builder.rs b/compiler/rustc_mir_dataflow/src/move_paths/builder.rs
index 462429d1a22..417b331dc50 100644
--- a/compiler/rustc_mir_dataflow/src/move_paths/builder.rs
+++ b/compiler/rustc_mir_dataflow/src/move_paths/builder.rs
@@ -1,5 +1,5 @@
+use crate::move_paths::FxHashMap;
 use crate::un_derefer::UnDerefer;
-use rustc_data_structures::stable_map::FxHashMap;
 use rustc_index::vec::IndexVec;
 use rustc_middle::mir::tcx::RvalueInitializationState;
 use rustc_middle::mir::*;