Files
rust/library
Michael Goulet 70f1566b2b Rollup merge of #106584 - kpreid:vec-allocator, r=JohnTitor
Document that `Vec::from_raw_parts[_in]` must be given a pointer from the correct allocator.

Currently, the documentation of `Vec::from_raw_parts` and `Vec::from_raw_parts_in` says nothing about what allocator the pointer must come from. This PR adds that missing information explicitly.
2023-01-08 19:57:54 -08:00
..
2022-09-02 16:09:58 -04:00
2022-11-06 17:21:22 -05:00
2022-06-03 17:16:41 -04:00
2023-01-03 18:55:03 +00:00