We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b0c63 commit 30ea647Copy full SHA for 30ea647
src/const-eval/interpret.md
@@ -82,7 +82,7 @@ The next statement asserts that said boolean is `0`. In case the assertion
82
fails, its error message is used for reporting a compile-time error.
83
84
Since it does not fail, `Operand::Immediate(Immediate::Scalar(Scalar::Raw {
85
-data: 4054, .. }))` is stored in the virtual memory was allocated before the
+data: 4054, .. }))` is stored in the virtual memory it was allocated before the
86
evaluation. `_0` always refers to that location directly.
87
88
After the evaluation is done, the return value is converted from [`Operand`] to
0 commit comments