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.
1 parent be4bd17 commit c1eea21Copy full SHA for c1eea21
src/mir/optimizations.md
@@ -18,7 +18,7 @@ passes are only turned on in `release` mode.
18
19
The [`optimized_mir`][optmir] [query] is called to produce the optimized MIR
20
for a given [`DefId`][defid]. This query makes sure that the borrow checker has
21
-run and that some validation has occured. Then, it [steals][steal] the MIR
+run and that some validation has occurred. Then, it [steals][steal] the MIR
22
optimizes it, and returns the improved MIR.
23
24
[optmir]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/transform/fn.optimized_mir.html
0 commit comments