Skip to content

Commit

Permalink
FIX - Rebase conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
JhonnyBillM committed Sep 9, 2022
1 parent 3573bb1 commit 994434f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_ast_lowering/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ pub struct InclusiveRangeWithNoEnd {
pub span: Span,
}

#[derive(SessionDiagnostic, Clone, Copy)]
#[derive(Diagnostic, Clone, Copy)]
#[diag(ast_lowering::trait_fn_async, code = "E0706")]
#[note]
#[note(ast_lowering::note2)]
Expand Down

0 comments on commit 994434f

Please sign in to comment.