Vec
and Box
documentation do not state maximum allocation size guarantee
#68593
Labels
A-collections
Area: `std::collections`
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
In the documentation for
pointer::add
, it is mentioned thathowever, this is not stated in documentation of
Vec
, the module documentation ofvec
, the documentation ofBox
or the module documentation ofboxed
.This can cause doubt, whether this statement actually holds true, since the places where one would expect such guarantees to be made (especially the "Guarantees" section of the
Vec
documentation) does not mention these guarantees.The text was updated successfully, but these errors were encountered: