]> git.lizzy.rs Git - rust.git/commitdiff
Fix import
authorMarkus Westerlind <markus.westerlind@distilnetworks.com>
Tue, 25 Feb 2020 22:08:29 +0000 (23:08 +0100)
committerMarkus Westerlind <markus.westerlind@distilnetworks.com>
Tue, 5 May 2020 09:24:58 +0000 (11:24 +0200)
src/librustc_infer/infer/outlives/obligations.rs

index f068afc8dff14226ef1768c099afc279f7247171..48f6d937f2f7abe50bbbbc596d2e171308218cef 100644 (file)
 use crate::infer::{
     self, GenericKind, InferCtxt, RegionObligation, SubregionOrigin, UndoLog, VerifyBound,
 };
-use crate::rustc_data_structures::undo_log::UndoLogs;
 use crate::traits::ObligationCause;
 use rustc_middle::ty::outlives::Component;
 use rustc_middle::ty::subst::GenericArgKind;
 use rustc_middle::ty::{self, Region, Ty, TyCtxt, TypeFoldable};
 
 use rustc_data_structures::fx::FxHashMap;
+use rustc_data_structures::undo_log::UndoLogs;
 use rustc_hir as hir;
 use smallvec::smallvec;