rust/compiler/rustc_mir_dataflow/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
..
framework Remove unnecessary lifetime on ResultsVisitor. 2025-04-22 10:08:05 +10:00
impls Remove SwitchIntTarget. 2025-02-17 09:51:37 +11:00
move_paths Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
debuginfo.rs rename BitSet to DenseBitSet 2025-01-11 11:34:01 +00:00
drop_flag_effects.rs Move drop elaboration infrastructure. 2025-02-14 16:05:34 +11:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
lib.rs Make #![feature(let_chains)] bootstrap conditional in compiler/ 2025-04-23 16:40:30 +02:00
points.rs Remove unnecessary lifetime on ResultsVisitor. 2025-04-22 10:08:05 +10:00
rustc_peek.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
un_derefer.rs Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
value_analysis.rs Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00