diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-04-21 10:23:08 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-04-22 09:45:44 +1000 |
| commit | 55a80cc132ae68ef624b28b3b3e2cdd4b3585b24 (patch) | |
| tree | 0a151661613f78531861e6840b4ce3405d498075 /compiler/rustc_mir_dataflow/src/points.rs | |
| parent | 85f6025f45eb59ff99ac480906545f3cfbe68e7f (diff) | |
| download | rust-55a80cc132ae68ef624b28b3b3e2cdd4b3585b24.tar.gz rust-55a80cc132ae68ef624b28b3b3e2cdd4b3585b24.zip | |
Move `StateDiffCollector`'s use point.
Currently the graphviz code does a `results.visit_with` call while also holding a `ResultsCursor` on the `results`. That is both kinds of results traversals at the same time, which is awkward. This commit moves the `results.visit_with` part earlier so the two results traversals don't overlap.
Diffstat (limited to 'compiler/rustc_mir_dataflow/src/points.rs')
0 files changed, 0 insertions, 0 deletions
