Skip to content

Commit 21ea816

Browse files
committed
fix rebase
1 parent 291aaa9 commit 21ea816

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

compiler/rustc_resolve/src/diagnostics.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1045,6 +1045,7 @@ impl<'ra, 'tcx> Resolver<'ra, 'tcx> {
10451045
false,
10461046
false,
10471047
None,
1048+
None,
10481049
) else {
10491050
continue;
10501051
};

compiler/rustc_resolve/src/macros.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ use rustc_data_structures::intern::Interned;
1313
use rustc_data_structures::sync::Lrc;
1414
use rustc_errors::{Applicability, StashKey};
1515
use rustc_expand::base::{
16-
DeriveResolution, Indeterminate, ResolverExpand, SyntaxExtension, SyntaxExtensionKind,
16+
Annotatable, DeriveResolution, Indeterminate, ResolverExpand, SyntaxExtension,
17+
SyntaxExtensionKind,
1718
};
1819
use rustc_expand::compile_declarative_macro;
1920
use rustc_expand::expand::{

0 commit comments

Comments
 (0)