From 5c6f7fafbdcfe412f0ee836562c3682818604132 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Thu, 6 Apr 2017 03:45:08 -0400 Subject: [PATCH] Point to tracking issue, not PR --- src/doc/unstable-book/src/compiler-barriers.md | 4 ++-- 1 file 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 84190dab3273..5a5c539609c7 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 ------------------------