We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe3986 commit b72d519Copy full SHA for b72d519
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
@@ -109,7 +108,6 @@ r[const-eval.const-expr.if-match]
109
108
110
r[const-eval.const-context]
111
112
113
r[const-eval.const-context.general]
114
A _const context_ is one of the following:
115
0 commit comments