We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7932ef + 05cbe6d commit dd0b70eCopy full SHA for dd0b70e
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