Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify guarantees about the default allocator
`std::alloc` said that the default allocator is unspecified for all crrate types except `cdylib` and `staticlib`. Adjust `std::alloc::System` documentation to say the same. Fixes #125870.
- Loading branch information