We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dde3eb commit 0b7d4f7Copy full SHA for 0b7d4f7
src/items/static-items.md
@@ -21,7 +21,7 @@ Static items have the `static` lifetime, which outlives all other lifetimes in a
21
Static items do not call [`drop`] at the end of the program.
22
23
r[items.static.storage-disjointness]
24
-If the `static` has a size of at least 1 byte, this allocated object is disjoint from all other
+If the `static` has a size of at least 1 byte, this allocated object is disjoint from all other such
25
`static` objects as well as heap-allocated and stack-allocated variables. However, the storage of
26
immutable `static` items can overlap with objects that do not themselves have a unique address, such
27
as [promoteds] and [`const` items][constant].
0 commit comments