about summary refs log tree commit diff
path: root/src/liblog/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/liblog/lib.rs')
-rw-r--r--src/liblog/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/liblog/lib.rs b/src/liblog/lib.rs
index f4002c7aaae..2187c1fb7df 100644
--- a/src/liblog/lib.rs
+++ b/src/liblog/lib.rs
@@ -159,7 +159,8 @@
 #![cfg_attr(stage0, feature(custom_attribute))]
 #![crate_name = "log"]
 #![unstable(feature = "rustc_private",
-            reason = "use the crates.io `log` library instead")]
+            reason = "use the crates.io `log` library instead",
+            issue = "27812")]
 #![staged_api]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]