Skip to content

Commit be06160

Browse files
committed
attempt to clarify 'static' unique address guarantees
1 parent 46d65f8 commit be06160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/static-items.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
> [^extern-safety]: The `safe` and `unsafe` function qualifiers are only
99
> allowed semantically within `extern` blocks.
1010
11-
A *static item* is similar to a [constant], except that it represents a precise
11+
A *static item* is similar to a [constant], except that it represents a unique
1212
memory location in the program. All references to the static refer to the same
1313
memory location. Static items have the `static` lifetime, which outlives all
1414
other lifetimes in a Rust program. Static items do not call [`drop`] at the

0 commit comments

Comments
 (0)