turn link to RFC 1751 into a markdown link

This commit is contained in:
Niv Kaminer 2017-10-16 14:25:33 +00:00
parent e0ac65e669
commit 90f6bc0bc7

View file

@ -781,7 +781,7 @@ the base path, it will still be considered freezable.
**FIXME(https://github.com/rust-lang/rfcs/issues/1751)
**FIXME [RFC 1751](https://github.com/rust-lang/rfcs/issues/1751)
Restrictions against mutating the base pointer.**
When an `&mut` pointer is frozen or claimed, we currently pass along the
restriction against MUTATE to the base pointer. I do not believe this