Skip to content

Commit 994434f

Browse files
committed
FIX - Rebase conflict
1 parent 3573bb1 commit 994434f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_ast_lowering/src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ pub struct InclusiveRangeWithNoEnd {
335335
pub span: Span,
336336
}
337337

338-
#[derive(SessionDiagnostic, Clone, Copy)]
338+
#[derive(Diagnostic, Clone, Copy)]
339339
#[diag(ast_lowering::trait_fn_async, code = "E0706")]
340340
#[note]
341341
#[note(ast_lowering::note2)]

0 commit comments

Comments
 (0)