You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of #155951 - nnethercote:unsafe-FlatMapInPlaceVec, r=kivooeo
Make `FlatMapInPlaceVec` an unsafe trait.
Because the memory safety of `FlatMapInPlace::flat_map_in_place` depends on `FlatMapInPlaceVec` impls behaving correctly.
r? @chenyukang
0 commit comments