granite-rust/compiler/rustc_metadata
León Orell Valerian Liehr c00c5fec2a
Rollup merge of #117918 - daxpedda:wasm-c-abi-warning, r=workingjubilee
Add `wasm_c_abi` `future-incompat` lint

This is a warning that will tell users to update to `wasm-bindgen` v0.2.88, which supports spec-compliant C ABI.

The idea is to prepare for a future where Rust will switch to the spec-compliant C ABI by default; so not to break everyone's world, this warning is introduced.

Addresses #71871.
2024-03-16 23:28:46 +01:00
..
src Rollup merge of #117918 - daxpedda:wasm-c-abi-warning, r=workingjubilee 2024-03-16 23:28:46 +01:00
Cargo.toml deps: deduplicate the version of libloading used 2024-01-10 17:18:10 +02:00
messages.ftl Add wasm_c_abi future-incompat lint 2024-03-16 09:57:15 +01:00