We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b42eb5 commit 54e6f5bCopy full SHA for 54e6f5b
src/borrow_check.md
@@ -27,7 +27,7 @@ HIR. Doing borrow checking on MIR has several advantages:
27
### Major phases of the borrow checker
28
29
The borrow checker source is found in
30
-[the `rustc_borrow_ck` crate][b_c]. The main entry point is
+[the `rustc_borrowck` crate][b_c]. The main entry point is
31
the [`mir_borrowck`] query.
32
33
[b_c]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_borrowck/index.html
0 commit comments