Skip to content

Commit 0b3114b

Browse files
committed
fix rebase
1 parent 727e99e commit 0b3114b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

compiler/rustc_trait_selection/src/error_reporting/traits/fulfillment_errors.rs

+5-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ use core::ops::ControlFlow;
1818
use rustc_data_structures::fx::FxHashMap;
1919
use rustc_data_structures::unord::UnordSet;
2020
use rustc_errors::codes::*;
21-
use rustc_errors::{pluralize, struct_span_code_err, Applicability, StringPart};
22-
use rustc_errors::{Diag, ErrorGuaranteed, StashKey};
21+
use rustc_errors::{
22+
pluralize, struct_span_code_err, Applicability, Diag, ErrorGuaranteed, MultiSpan, StashKey,
23+
StringPart,
24+
};
2325
use rustc_hir::def::Namespace;
24-
use rustc_hir::def_id::{DefId, LocalDefId};
26+
use rustc_hir::def_id::{DefId, LocalDefId, LOCAL_CRATE};
2527
use rustc_hir::intravisit::Visitor;
2628
use rustc_hir::Node;
2729
use rustc_hir::{self as hir, LangItem};

0 commit comments

Comments
 (0)