We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4379b commit 7de470bCopy full SHA for 7de470b
library/core/src/ptr/mod.rs
@@ -65,6 +65,8 @@
65
//! separate allocated object), heap allocations (each allocation created by the global allocator is
66
//! a separate allocated object), and `static` variables.
67
//!
68
+//! It is guaranteed that an allocated object never spans more than `isize::MAX` bytes.
69
+//!
70
//! # Strict Provenance
71
72
//! **The following text is non-normative, insufficiently formal, and is an extremely strict
0 commit comments