Skip to content

Commit

Permalink
Update link to rustc guide
Browse files Browse the repository at this point in the history
  • Loading branch information
linclark committed Dec 28, 2018
1 parent 3cda631 commit d30465f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_borrowck/borrowck/README.md
Expand Up @@ -3,7 +3,7 @@
> WARNING: This README is more or less obsolete, and will be removed
> soon! The new system is described in the [rustc guide].
[rustc guide]: https://rust-lang.github.io/rustc-guide/mir/borrowck.html
[rustc guide]: https://rust-lang.github.io/rustc-guide/borrow_check.html

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

0 comments on commit d30465f

Please sign in to comment.