Skip to content

Commit 90f6bc0

Browse files
committed
turn link to RFC 1751 into a markdown link
1 parent e0ac65e commit 90f6bc0

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
@@ -781,7 +781,7 @@ the base path, it will still be considered freezable.
781781

782782

783783

784-
**FIXME(https://github.com/rust-lang/rfcs/issues/1751)
784+
**FIXME [RFC 1751](https://github.com/rust-lang/rfcs/issues/1751)
785785
Restrictions against mutating the base pointer.**
786786
When an `&mut` pointer is frozen or claimed, we currently pass along the
787787
restriction against MUTATE to the base pointer. I do not believe this

0 commit comments

Comments
 (0)