mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
32b2428c8b
Don't warn about `v128` in wasm ABI transition The `-Zwasm-c-abi=spec` mode of `extern "C"` does not actually change the meaning of `v128` meaning that the FCW lint firing is a false positive. cc https://github.com/rust-lang/rust/issues/138762#issuecomment-2801709483