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 dc93dc4 commit 9c93133Copy full SHA for 9c93133
src/items/external-blocks.md
@@ -52,7 +52,7 @@ extern "abi" for<'l1, ..., 'lm> fn(A1, ..., An) -> R`, where `'l1`, ... `'lm`
52
are its lifetime parameters, `A1`, ..., `An` are the declared types of its
53
parameters and `R` is the declared return type.
54
55
-Statics within external blocks are declared in the same way as other Rust statics,
+Statics within external blocks are declared in the same way as statics outside of external blocks,
56
with the exception that they may not have an expression initializing their value.
57
It is `unsafe` to access a static item declared in an extern block, whether or
58
not it's mutable.
0 commit comments