We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5deba22 commit 05cbe6dCopy full SHA for 05cbe6d
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