Skip to content

Commit 4e726e0

Browse files
committed
fix import error
1 parent 0913498 commit 4e726e0

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_mir_dataflow/src/move_paths

1 file changed

+1
-1
lines changed

compiler/rustc_mir_dataflow/src/move_paths/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
use crate::move_paths::FxHashMap;
12
use crate::un_derefer::UnDerefer;
2-
use rustc_data_structures::stable_map::FxHashMap;
33
use rustc_index::vec::IndexVec;
44
use rustc_middle::mir::tcx::RvalueInitializationState;
55
use rustc_middle::mir::*;

0 commit comments

Comments
 (0)