Skip to content

Commit aed3eaa

Browse files
authored
Rollup merge of #57174 - linclark:patch-1, r=varkor
Update link to rustc guide
2 parents 9a67b18 + d30465f commit aed3eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_borrowck/borrowck/README.md

+1-1
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)