]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/book/src/ch05-03-method-syntax.md
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / doc / book / src / ch05-03-method-syntax.md
index f074497ca7cdbf92b0a43defd985508c4b74ee33..7fced7726663049c36da832170777d70dde3583a 100644 (file)
@@ -71,7 +71,7 @@ provide.
 > automatically adds in `&`, `&mut`, or `*` so `object` matches the signature of
 > the method. In other words, the following are the same:
 >
-<!-- CAN'T EXTRACT SEE BUG TODO -->
+> <!-- CAN'T EXTRACT SEE BUG https://github.com/rust-lang/mdBook/issues/1127 -->
 > ```rust
 > # #[derive(Debug,Copy,Clone)]
 > # struct Point {