Skip to content

Commit c08b5ca

Browse files
committed
Fix rebase fail
1 parent c360ba2 commit c08b5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_resolve/error_reporting.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use std::cmp::Reverse;
22

3+
use errors::{Applicability, DiagnosticBuilder, DiagnosticId};
34
use log::debug;
45
use rustc::hir::def::*;
56
use rustc::hir::def::Namespace::*;
@@ -9,7 +10,6 @@ use syntax::ast::{ExprKind};
910
use syntax::symbol::keywords;
1011
use syntax_pos::Span;
1112

12-
use crate::errors::{Applicability, DiagnosticBuilder, DiagnosticId};
1313
use crate::macros::ParentScope;
1414
use crate::resolve_imports::ImportResolver;
1515
use crate::{import_candidate_to_enum_paths, is_self_type, is_self_value, path_names_to_string};

0 commit comments

Comments
 (0)