Skip to content

Commit 05cbe6d

Browse files
authored
Fix typo
1 parent 5deba22 commit 05cbe6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/mir/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ensure that, before the MIR at a particular phase in the processing
5959
pipeline is stolen, anyone who may want to read from it has already
6060
done so. Concretely, this means that if you have some query `foo(D)`
6161
that wants to access the result of `mir_const(D)` or
62-
`mir_validated(D)`, you need to have the successor pass either "force"
62+
`mir_validated(D)`, you need to have the successor pass "force"
6363
`foo(D)` using `ty::queries::foo::force(...)`. This will force a query
6464
to execute even though you don't directly require its result.
6565

0 commit comments

Comments
 (0)