about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Sommer <andreas.sommer87@googlemail.com>2017-06-28 10:55:57 +0200
committerGitHub <noreply@github.com>2017-06-28 10:55:57 +0200
commit4fb67dcf8f51e0a875ec7f00a3ef2649758b9b9a (patch)
tree3489c02197a3223ca44e0bcff6c62b086cf4c59b
parent5bc89416388f0a852f6e48542bf2fc021682fcb5 (diff)
downloadrust-4fb67dcf8f51e0a875ec7f00a3ef2649758b9b9a.tar.gz
rust-4fb67dcf8f51e0a875ec7f00a3ef2649758b9b9a.zip
Fix link reference
-rw-r--r--src/doc/unstable-book/src/language-features/compile-error.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/language-features/compile-error.md b/src/doc/unstable-book/src/language-features/compile-error.md
index 1b25eeda3f6..4b24c0a6a0d 100644
--- a/src/doc/unstable-book/src/language-features/compile-error.md
+++ b/src/doc/unstable-book/src/language-features/compile-error.md
@@ -2,7 +2,7 @@
 
 The tracking issue for this feature is: [#40872]
 
-[#29599]: https://github.com/rust-lang/rust/issues/40872
+[#40872]: https://github.com/rust-lang/rust/issues/40872
 
 ------------------------