rust/compiler/rustc_monomorphize/src/mono_checks
Matthias Krüger 32b2428c8b
Rollup merge of #139809 - alexcrichton:wasm-simd-safe, r=RalfJung
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
2025-04-24 08:12:58 +02:00
..
abi_check.rs Rollup merge of #139809 - alexcrichton:wasm-simd-safe, r=RalfJung 2025-04-24 08:12:58 +02:00
mod.rs move all mono-time checks into their own folder, and their own query 2024-11-10 12:12:12 +01:00
move_check.rs Move has_self field to hir::AssocKind::Fn. 2025-04-14 16:13:04 +10:00