We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60a9e5 commit af05882Copy full SHA for af05882
compiler/rustc_lint_defs/src/builtin.rs
@@ -4806,7 +4806,7 @@ declare_lint! {
4806
/// version of Rust this will be fixed and therefore dependencies relying
4807
/// on the non-spec-compliant C ABI will stop functioning.
4808
pub WASM_C_ABI,
4809
- Warn,
+ Deny,
4810
"detects dependencies that are incompatible with the Wasm C ABI",
4811
@future_incompatible = FutureIncompatibleInfo {
4812
reason: FutureIncompatibilityReason::FutureReleaseErrorReportInDeps,
0 commit comments