Skip to content

Commit edd4162

Browse files
committedAug 6, 2024
fix rebase
1 parent d8b0771 commit edd4162

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ use rustc_data_structures::fx::FxHashMap;
55
use rustc_data_structures::unord::UnordSet;
66
use rustc_errors::codes::*;
77
use rustc_errors::{
8-
pluralize, struct_span_code_err, Applicability, Diag, ErrorGuaranteed, StashKey, StringPart,
8+
pluralize, struct_span_code_err, Applicability, Diag, ErrorGuaranteed, MultiSpan, StashKey,
9+
StringPart,
910
};
1011
use rustc_hir::def::Namespace;
11-
use rustc_hir::def_id::{DefId, LocalDefId};
12+
use rustc_hir::def_id::{DefId, LocalDefId, LOCAL_CRATE};
1213
use rustc_hir::intravisit::Visitor;
1314
use rustc_hir::{self as hir, LangItem, Node};
1415
use rustc_infer::infer::{InferOk, TypeTrace};

0 commit comments

Comments
 (0)