We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5b56d commit df904cfCopy full SHA for df904cf
src/const_eval.md
@@ -26,7 +26,6 @@ Behaviors such as out of bounds [array indexing] or [overflow] are compiler erro
26
must be evaluated at compile time (i.e. in const contexts). Otherwise, these
27
behaviors are warnings, but will likely panic at run-time.
28
29
-
30
r[const-eval.const-expr.list]
31
The following expressions are constant expressions, so long as any operands are
32
also constant expressions and do not cause any [`Drop::drop`][destructors] calls
@@ -104,7 +103,6 @@ r[const-eval.const-expr.if-match]
104
103
105
r[const-eval.const-context]
106
107
108
r[const-eval.const-context.general]
109
A _const context_ is one of the following:
110
0 commit comments