rust/compiler/rustc_monomorphize/src
Matthias Krüger 564e5ccb5c
Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnr
Make #![feature(let_chains)] bootstrap conditional in compiler/

Let chains have been stabilized recently in #132833, so we can remove the gating from our uses in the compiler (as the compiler uses edition 2024).
2025-04-25 07:50:25 +02:00
..
mono_checks Rollup merge of #139809 - alexcrichton:wasm-simd-safe, r=RalfJung 2025-04-24 08:12:58 +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 abi_unsupported_vector_types a hard error 2025-04-20 11:34:56 +02:00
lib.rs Make #![feature(let_chains)] bootstrap conditional in compiler/ 2025-04-23 16:40:30 +02:00
partitioning.rs Use is_lang_item and as_lang_item instead of handrolling their logic 2025-04-22 11:02:37 +00:00
util.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00