bors 46dcffd05b Auto merge of #31052 - bluss:split-at-mut-str, r=alexcrichton
Use raw pointers to avoid aliasing in str::split_at_mut

Introduce private function  from_raw_parts_mut for str to factor out the logic.

We want to use raw pointers here instead of duplicating a &mut str, to
be on safer ground w.r.t rust aliasing rules.

This has already been fixed for slices in PR #27358, issue #27357
2016-01-21 20:51:34 +00:00
..
2016-01-15 23:29:05 +00:00
2016-01-19 14:39:23 +13:00
2016-01-21 10:52:37 +01:00
2016-01-19 14:51:22 +13:00
2016-01-19 15:02:56 +13:00
2016-01-19 15:14:04 +02:00