rust/compiler/rustc_monomorphize/src
Matthias Krüger 8b7a2897c8
Rollup merge of #139498 - alexcrichton:wasm-zst-safe, r=wesleywiser
Ignore zero-sized types in wasm future-compat warning

This commit fixes a false positive of the warning triggered for #138762 and the fix is to codify that zero-sized types are "safe" in both the old and new ABIs.
2025-04-17 21:53:24 +02:00
..
mono_checks Rollup merge of #139498 - alexcrichton:wasm-zst-safe, r=wesleywiser 2025-04-17 21:53:24 +02:00
partitioning working dupv and dupvonly for fwd mode 2025-04-16 17:13:31 -04:00
collector.rs Normalize ADT fields in find_tails_for_unsizing 2025-04-14 16:51:00 +00:00
errors.rs Make missing optimized MIR error more informative 2025-04-01 09:25:12 +00:00
lib.rs Remove recursion_limit increases. 2025-04-02 16:25:27 +11:00
partitioning.rs Fix binding mode problems 2025-02-22 00:13:19 +00:00
util.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00