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 3551bb9 commit 31d36f5Copy full SHA for 31d36f5
compiler/rustc_lint_defs/src/builtin.rs
@@ -4771,7 +4771,7 @@ declare_lint! {
4771
/// version of Rust this will be fixed and therefore dependencies relying
4772
/// on the non-spec-compliant C ABI will stop functioning.
4773
pub WASM_C_ABI,
4774
- Warn,
+ Deny,
4775
"detects dependencies that are incompatible with the Wasm C ABI",
4776
@future_incompatible = FutureIncompatibleInfo {
4777
reason: FutureIncompatibilityReason::FutureReleaseErrorReportInDeps,
0 commit comments