rust/compiler/rustc_borrowck
Rémy Rakic dee52a3178 encode Locations::All typeck constraints as logical edges
Instead of materializing `Locations::All` constraints as physical edges
at all the points in the CFG, we record them as logical edges and only
materialize them during traversal as successors for a given node.

This fixes the slowness/hang in the `saturating-float-casts.rs` test.
2025-01-17 11:52:58 +00:00
..
src encode Locations::All typeck constraints as logical edges 2025-01-17 11:52:58 +00:00
Cargo.toml compiler: Replace rustc_target with _abi in _borrowck 2024-11-02 20:31:47 -07:00
messages.ftl Try to explain borrow for tail expr temporary drop order change in 2024 2025-01-08 16:02:44 +00:00