Skip to content

Commit 3251e70

Browse files
authored
Rollup merge of #47107 - mark-i-m:patch-1, r=steveklabnik
Fix typo I am assuming that there was once something else you could do and somebody forgot to remove "either". Is that correct?
2 parents a37126b + 05cbe6d commit 3251e70

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)