We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3573bb1 commit 994434fCopy full SHA for 994434f
compiler/rustc_ast_lowering/src/errors.rs
@@ -335,7 +335,7 @@ pub struct InclusiveRangeWithNoEnd {
335
pub span: Span,
336
}
337
338
-#[derive(SessionDiagnostic, Clone, Copy)]
+#[derive(Diagnostic, Clone, Copy)]
339
#[diag(ast_lowering::trait_fn_async, code = "E0706")]
340
#[note]
341
#[note(ast_lowering::note2)]
0 commit comments