about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJon Gjengset <jon@thesquareplanet.com>2017-04-06 03:45:08 -0400
committerJon Gjengset <jon@thesquareplanet.com>2017-04-06 03:45:08 -0400
commit5c6f7fafbdcfe412f0ee836562c3682818604132 (patch)
tree651f38e7b7947f656937ba7afb0fd54243aa20c6
parentf6d262a326b3a44954773fed6983215b62fe4862 (diff)
downloadrust-5c6f7fafbdcfe412f0ee836562c3682818604132.tar.gz
rust-5c6f7fafbdcfe412f0ee836562c3682818604132.zip
Point to tracking issue, not PR
-rw-r--r--src/doc/unstable-book/src/compiler-barriers.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/unstable-book/src/compiler-barriers.md b/src/doc/unstable-book/src/compiler-barriers.md
index 84190dab327..5a5c539609c 100644
--- a/src/doc/unstable-book/src/compiler-barriers.md
+++ b/src/doc/unstable-book/src/compiler-barriers.md
@@ -1,8 +1,8 @@
 # `compiler_barriers`
 
-The tracking issue for this feature is: [#41092]
+The tracking issue for this feature is: [#41091]
 
-[#41092]: https://github.com/rust-lang/rust/issues/41092
+[#41091]: https://github.com/rust-lang/rust/issues/41091
 
 ------------------------