rust/compiler/rustc_lint
Jacob Pratt dc202df0ed
Rollup merge of #133951 - bjorn3:wasm_c_abi_lint_hard_error, r=workingjubilee
Make the wasm_c_abi future compat warning a hard error

This is the next step in getting rid of the broken C abi for wasm32-unknown-unknown.

The lint was made deny-by-default in https://github.com/rust-lang/rust/pull/129534 3 months ago. This still keeps the `-Zwasm-c-abi` flag set to `legacy` by default. It will be flipped in a future PR.

cc https://github.com/rust-lang/rust/issues/122532
2025-01-25 23:26:58 -05:00
..
src Rollup merge of #133951 - bjorn3:wasm_c_abi_lint_hard_error, r=workingjubilee 2025-01-25 23:26:58 -05:00
Cargo.toml rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures 2024-12-16 19:08:19 +01:00
messages.ftl Rollup merge of #133951 - bjorn3:wasm_c_abi_lint_hard_error, r=workingjubilee 2025-01-25 23:26:58 -05:00