rust/compiler/rustc_mir_build/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
..
builder Rollup merge of #140028 - dianne:lit-deref-pats-p1, r=oli-obk 2025-04-24 08:13:00 +02:00
thir make [u8] and [u8;N] literal patterns usable in deref patterns 2025-04-22 13:19:20 -07:00
check_tail_calls.rs Rollup merge of #135973 - WaffleLapkin:tail-track-caller-fix, r=compiler-errors 2025-02-07 12:01:56 +01:00
check_unsafety.rs Make #[naked] an unsafe attribute 2025-04-19 00:03:35 +02:00
errors.rs Move eager translation to a method on Diag 2025-04-16 21:38:59 -04:00
lib.rs Make #![feature(let_chains)] bootstrap conditional in compiler/ 2025-04-23 16:40:30 +02:00