X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_mir%2Fborrow_check%2Fconstraints%2Fgraph.rs;h=c60a11e348d70e2634a840d3978e7e0ce0329d33;hb=131772c5e0ba40cd656dedb5e1990d36e3ea31cf;hp=1eef76e591da658c048cb895f26cf5385725866e;hpb=260514da942f281bc2dc3b14b629d3e660b3484f;p=rust.git diff --git a/src/librustc_mir/borrow_check/constraints/graph.rs b/src/librustc_mir/borrow_check/constraints/graph.rs index 1eef76e591d..c60a11e348d 100644 --- a/src/librustc_mir/borrow_check/constraints/graph.rs +++ b/src/librustc_mir/borrow_check/constraints/graph.rs @@ -2,7 +2,7 @@ use rustc::ty::RegionVid; use rustc_data_structures::graph; use rustc_index::vec::IndexVec; -use syntax_pos::DUMMY_SP; +use rustc_span::DUMMY_SP; use crate::borrow_check::{ constraints::OutlivesConstraintIndex,