diff options
| author | Dan Mezhiborsky <danielmarkm@gmail.com> | 2022-12-25 07:11:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-25 21:11:21 +0900 |
| commit | a385a113eb8cc40fe77e33a80392a8cdc338e701 (patch) | |
| tree | f9fa9a34437cd764751888a4c7314c40fdc41681 /src/doc/rustc-dev-guide | |
| parent | 709032402ffa7cd3927f8ff3f37b4927af90e343 (diff) | |
| download | rust-a385a113eb8cc40fe77e33a80392a8cdc338e701.tar.gz rust-a385a113eb8cc40fe77e33a80392a8cdc338e701.zip | |
Fix rustc_borrowck crate name typo (#1535)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/borrow_check.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/borrow_check.md b/src/doc/rustc-dev-guide/src/borrow_check.md index 8e2bb752ae6..f206da42a82 100644 --- a/src/doc/rustc-dev-guide/src/borrow_check.md +++ b/src/doc/rustc-dev-guide/src/borrow_check.md @@ -27,7 +27,7 @@ HIR. Doing borrow checking on MIR has several advantages: ### Major phases of the borrow checker The borrow checker source is found in -[the `rustc_borrow_ck` crate][b_c]. The main entry point is +[the `rustc_borrowck` crate][b_c]. The main entry point is the [`mir_borrowck`] query. [b_c]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_borrowck/index.html |
