mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
43e48595e4
doc: clarify allocator invariant Added base + size <= usize::MAX to the Allocator documentation. Please refer to issue [153542](https://github.com/rust-lang/rust/issues/153542). Close rust-lang/rust#153542