Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b16806f

Browse files
authored
Fixed typing error (rust-lang#1623)
1 parent bebe840 commit b16806f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/const-eval/interpret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The next statement asserts that said boolean is `0`. In case the assertion
8282
fails, its error message is used for reporting a compile-time error.
8383

8484
Since it does not fail, `Operand::Immediate(Immediate::Scalar(Scalar::Raw {
85-
data: 4054, .. }))` is stored in the virtual memory was allocated before the
85+
data: 4054, .. }))` is stored in the virtual memory it was allocated before the
8686
evaluation. `_0` always refers to that location directly.
8787

8888
After the evaluation is done, the return value is converted from [`Operand`] to

0 commit comments

Comments
 (0)