Skip to content

Commit 86493f7

Browse files
compiler: Avoid reporting unsupported_calling_conventions in deps
1 parent 2b0274c commit 86493f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint_defs/src/builtin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3664,7 +3664,7 @@ declare_lint! {
36643664
"use of unsupported calling convention",
36653665
@future_incompatible = FutureIncompatibleInfo {
36663666
reason: FutureIncompatibilityReason::FutureReleaseError,
3667-
report_in_deps: true,
3667+
report_in_deps: false,
36683668
reference: "issue #137018 <https://github.com/rust-lang/rust/issues/137018>",
36693669
};
36703670
}

0 commit comments

Comments
 (0)