]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_ast_borrowck/borrowck/move_data.rs
Move the HIR cfg to `rustc_ast_borrowck`
[rust.git] / src / librustc_ast_borrowck / borrowck / move_data.rs
index 887a0e2f20e16544adbcedb3d40b3a631061de5b..67d818161b1b5d2a6cde7ba12356049b46ebed02 100644 (file)
@@ -4,7 +4,7 @@
 use crate::dataflow::{DataFlowContext, BitwiseOperator, DataFlowOperator, KillFrom};
 
 use crate::borrowck::*;
-use rustc::cfg;
+use crate::cfg;
 use rustc::ty::{self, TyCtxt};
 use rustc::util::nodemap::FxHashMap;