Files
rust/compiler/rustc_mir_dataflow
Nicholas Nethercote e736635dd3 Inline and remove Direction::apply_effects_in_range
It has a single call site. The commit removes the assertions because they
necessary any more due to the assertions and checks at the call site.
This then removes the need for `index_precedes`.
2026-07-20 14:28:37 +10:00
..