diff --git a/src/librustc_borrowck/borrowck/README.md b/src/librustc_borrowck/borrowck/README.md index fb70a6c3e848..b877c5a9cbcb 100644 --- a/src/librustc_borrowck/borrowck/README.md +++ b/src/librustc_borrowck/borrowck/README.md @@ -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