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 c20647e commit 18c4662Copy full SHA for 18c4662
src/closure.md
@@ -140,7 +140,7 @@ declared in the file [`src/librustc/ty/mod.rs`][ty].
140
[upvar]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_typeck/check/upvar/index.html
141
[ty]:https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ty/index.html
142
143
-Before we go any further, let's discuss how we can examine the flow of coontrol through the rustc
+Before we go any further, let's discuss how we can examine the flow of control through the rustc
144
codebase. For closures specifically, set the `RUST_LOG` env variable as below and collect the
145
output in a file:
146
0 commit comments