Skip to content

Commit af05882

Browse files
Deny wasm_c_abi lint to nudge the last 25%
This shouldn't affect projects indirectly depending on wasm-bindgen because cargo passes `--cap-lints=allow` when building dependencies.
1 parent a60a9e5 commit af05882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint_defs/src/builtin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4806,7 +4806,7 @@ declare_lint! {
48064806
/// version of Rust this will be fixed and therefore dependencies relying
48074807
/// on the non-spec-compliant C ABI will stop functioning.
48084808
pub WASM_C_ABI,
4809-
Warn,
4809+
Deny,
48104810
"detects dependencies that are incompatible with the Wasm C ABI",
48114811
@future_incompatible = FutureIncompatibleInfo {
48124812
reason: FutureIncompatibilityReason::FutureReleaseErrorReportInDeps,

0 commit comments

Comments
 (0)