Skip to content

Commit 9c26e95

Browse files
committed
fix build error caused by missing lint diagnostics
1 parent 3ce170a commit 9c26e95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_lint/src/lints.rs

+1
Original file line numberDiff line numberDiff line change
@@ -3058,6 +3058,7 @@ pub(crate) struct ReservedString {
30583058
pub suggestion: Span,
30593059
}
30603060

3061+
#[derive(LintDiagnostic)]
30613062
#[diag(lint_builtin_mixed_export_name_and_no_mangle)]
30623063
pub(crate) struct BuiltinMixedExportNameAndNoMangle {
30633064
#[label]

0 commit comments

Comments
 (0)