Skip to content

Commit 31d36f5

Browse files
workingjubileeKrappa322
authored andcommitted
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 3551bb9 commit 31d36f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint_defs/src/builtin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4771,7 +4771,7 @@ declare_lint! {
47714771
/// version of Rust this will be fixed and therefore dependencies relying
47724772
/// on the non-spec-compliant C ABI will stop functioning.
47734773
pub WASM_C_ABI,
4774-
Warn,
4774+
Deny,
47754775
"detects dependencies that are incompatible with the Wasm C ABI",
47764776
@future_incompatible = FutureIncompatibleInfo {
47774777
reason: FutureIncompatibilityReason::FutureReleaseErrorReportInDeps,

0 commit comments

Comments
 (0)