rust/compiler/rustc_borrowck
Matthias Krüger 9b4ee1be9e
Rollup merge of #122970 - cuviper:use-chunk_by, r=Mark-Simulacrum
Use `chunk_by` when building `ReverseSccGraph`

With stable `chunk_by` in Rust 1.77, this code doesn't need `Itertools::group_by` anymore.
2024-03-25 17:05:33 +01:00
..
src Rollup merge of #122970 - cuviper:use-chunk_by, r=Mark-Simulacrum 2024-03-25 17:05:33 +01:00
Cargo.toml bump itertools to 0.12 2024-03-08 12:34:05 +03:00
messages.ftl Prevent opaque types being instantiated twice with different regions within the same function 2024-03-18 10:26:10 +00:00