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.
2 parents bc36b6e + 8387e93 commit 053ddaeCopy full SHA for 053ddae
1 file changed
const.md
@@ -128,4 +128,5 @@ observing the fact that it has been "deduplicated"), this here is about using
128
such a value at compile-time even though it might be changed at run-time.
129
130
*Dynamic check.* The Miri engine checks this dynamically by refusing to access
131
-global memory when computing a const.
+global mutable memory, and refusing to dereference any pointer to a static, when
132
+computing a const.
0 commit comments