Skip to content

Commit 0b945f6

Browse files
committed
fix build error caused by missing lint diagnostics
1 parent aa419ee commit 0b945f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_lint/src/lints.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3061,6 +3061,7 @@ pub(crate) struct ReservedString {
30613061
pub suggestion: Span,
30623062
}
30633063

3064+
#[derive(LintDiagnostic)]
30643065
#[diag(lint_builtin_mixed_export_name_and_no_mangle)]
30653066
pub(crate) struct BuiltinMixedExportNameAndNoMangle {
30663067
#[label]

0 commit comments

Comments
 (0)