diff options
| author | bors <bors@rust-lang.org> | 2025-06-13 02:06:04 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-06-13 02:06:04 +0000 |
| commit | ed44c0e3b3a4f90c464361ec6892c1d42c15ea8f (patch) | |
| tree | c47270dc58d6d79a1eb416d26cf343e584723ed5 /compiler | |
| parent | bb3a3c530c23147a12ec7ec479e191571ccbe92b (diff) | |
| parent | 9f50246741cd0350c6c2efd16cfd47c8ca9996e2 (diff) | |
| download | rust-ed44c0e3b3a4f90c464361ec6892c1d42c15ea8f.tar.gz rust-ed44c0e3b3a4f90c464361ec6892c1d42c15ea8f.zip | |
Auto merge of #142353 - workingjubilee:warn-less-about-cdecl-and-other-abis, r=ChrisDenton,RalfJung
compiler: Ease off the accelerator on `unsupported_calling_conventions` This is to give us more time to discuss rust-lang/rust#142330 without the ecosystem having an anxiety attack. I have withdrawn `unsupported_calling_conventions` from report-in-deps I believe we should consider this a simple suspension of the decision in rust-lang/rust#141435 to start this process, rather than a reversal. That is, we may continue with linting again. But I believe we are about to get a... reasonable amount of feedback just from currently available information and should allow ourselves time to process it.
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_lint_defs/src/builtin.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_lint_defs/src/builtin.rs b/compiler/rustc_lint_defs/src/builtin.rs index 777118e69fb..2b15564dcfa 100644 --- a/compiler/rustc_lint_defs/src/builtin.rs +++ b/compiler/rustc_lint_defs/src/builtin.rs @@ -3664,7 +3664,7 @@ declare_lint! { "use of unsupported calling convention", @future_incompatible = FutureIncompatibleInfo { reason: FutureIncompatibilityReason::FutureReleaseError, - report_in_deps: true, + report_in_deps: false, reference: "issue #137018 <https://github.com/rust-lang/rust/issues/137018>", }; } |
