Skip to content

Commit d30465f

Browse files
authored
Update link to rustc guide
1 parent 3cda631 commit d30465f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_borrowck/borrowck/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> WARNING: This README is more or less obsolete, and will be removed
44
> soon! The new system is described in the [rustc guide].
55
6-
[rustc guide]: https://rust-lang.github.io/rustc-guide/mir/borrowck.html
6+
[rustc guide]: https://rust-lang.github.io/rustc-guide/borrow_check.html
77

88
This pass has the job of enforcing memory safety. This is a subtle
99
topic. This docs aim to explain both the practice and the theory

0 commit comments

Comments
 (0)