Skip to content

Commit

Permalink
Rollup merge of rust-lang#47107 - mark-i-m:patch-1, r=steveklabnik
Browse files Browse the repository at this point in the history
Fix typo

I am assuming that there was once something else you could do and somebody forgot to remove "either". Is that correct?
  • Loading branch information
kennytm authored Jan 3, 2018
2 parents f7932ef + 05cbe6d commit dd0b70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/mir/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ensure that, before the MIR at a particular phase in the processing
pipeline is stolen, anyone who may want to read from it has already
done so. Concretely, this means that if you have some query `foo(D)`
that wants to access the result of `mir_const(D)` or
`mir_validated(D)`, you need to have the successor pass either "force"
`mir_validated(D)`, you need to have the successor pass "force"
`foo(D)` using `ty::queries::foo::force(...)`. This will force a query
to execute even though you don't directly require its result.

Expand Down

0 comments on commit dd0b70e

Please # to comment.