1
Fork 0

Rollup merge of #57174 - linclark:patch-1, r=varkor

Update link to rustc guide
This commit is contained in:
kennytm 2018-12-29 18:50:30 +08:00 committed by GitHub
commit aed3eaafee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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