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 b51d1e3 commit 6c4ced4Copy full SHA for 6c4ced4
compiler/rustc_lint_defs/src/builtin.rs
@@ -3664,7 +3664,7 @@ declare_lint! {
3664
"use of unsupported calling convention",
3665
@future_incompatible = FutureIncompatibleInfo {
3666
reason: FutureIncompatibilityReason::FutureReleaseError,
3667
- report_in_deps: true,
+ report_in_deps: false,
3668
reference: "issue #137018 <https://github.com/rust-lang/rust/issues/137018>",
3669
};
3670
}
0 commit comments