Files
rust/compiler/rustc_data_structures
Nicholas Nethercote a940270b92 Make FlatMapInPlaceVec an unsafe trait.
Because the memory safety of `FlatMapInPlace::flat_map_in_place` depends
on `FlatMapInPlaceVec` impls behaving correctly.
2026-04-29 10:17:28 +10:00
..