Clarify sentence meaning

This commit is contained in:
Youngsuk Kim 2020-02-18 23:42:08 -05:00 committed by Who? Me?!
parent aa1e3f5a08
commit b51dfaa0d1
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ passes are only turned on in `release` mode.
The [`optimized_mir`][optmir] [query] is called to produce the optimized MIR The [`optimized_mir`][optmir] [query] is called to produce the optimized MIR
for a given [`DefId`][defid]. This query makes sure that the borrow checker has for a given [`DefId`][defid]. This query makes sure that the borrow checker has
run and that some validation has occurred. Then, it [steals][steal] the MIR run and that some validation has occurred. Then, it [steals][steal] the MIR,
optimizes it, and returns the improved MIR. optimizes it, and returns the improved MIR.
[optmir]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/transform/fn.optimized_mir.html [optmir]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/transform/fn.optimized_mir.html