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 a22e290 commit 53d0cecCopy full SHA for 53d0cec
src/items/external-blocks.md
@@ -66,8 +66,7 @@ of initializing the static.
66
67
Extern statics can be either immutable or mutable just like statics outside of external blocks.
68
An immutable static *must* be initialized before any Rust code is executed. It is not enough for
69
-the static to be initialized before Rust code reads from it. This may change in the future, but for
70
-now, if you want to lazily initialize such a static, use a mutable static.
+the static to be initialized before Rust code reads from it.
71
72
## ABI
73
0 commit comments