rust/compiler/rustc_borrowck
Rémy Rakic f4abd15bc5 remove unneeded liveness context
now that the analysis is only using the regular liveness shape, we don't
need to store it transposed, and thus don't need the container where it
was stored: the liveness context would be alone in the polonius context.

we thus remove the latter, and rename the former.
2026-02-12 18:29:38 +00:00
..
src remove unneeded liveness context 2026-02-12 18:29:38 +00:00
Cargo.toml Convert to inline diagnostics in rustc_borrowck 2026-02-05 16:55:55 +01:00