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 5781207 commit 7d8faecCopy full SHA for 7d8faec
src/const_eval.md
@@ -9,7 +9,7 @@ can be evaluated at compile-time.
9
Certain forms of expressions, called constant expressions, can be evaluated at
10
compile time. In [const contexts](#const-context), these are the only allowed
11
expressions, and are always evaluated at compile time. In other places, such as
12
-in [`let` statements](statements.html#let-statements), constant expressions are
+[`let` statements](statements.html#let-statements), constant expressions are
13
Errors such as out of bounds [array indexing] or [overflow] are compiler errors
14
if the value must be evaluated at compile time (i.e. in const contexts);
15
otherwise they are just warnings, but the code will most likely panic when run.
0 commit comments