We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a37126b + 05cbe6d commit 3251e70Copy full SHA for 3251e70
src/librustc/mir/README.md
@@ -59,7 +59,7 @@ ensure that, before the MIR at a particular phase in the processing
59
pipeline is stolen, anyone who may want to read from it has already
60
done so. Concretely, this means that if you have some query `foo(D)`
61
that wants to access the result of `mir_const(D)` or
62
-`mir_validated(D)`, you need to have the successor pass either "force"
+`mir_validated(D)`, you need to have the successor pass "force"
63
`foo(D)` using `ty::queries::foo::force(...)`. This will force a query
64
to execute even though you don't directly require its result.
65
0 commit comments