summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-08-13 10:21:36 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-08-15 18:09:17 -0700
commit2972b771344f5f16df0468d792df178614740b56 (patch)
tree5c2c834a2f508cfb0a9d51fe04ed4851c28c1024 /src/libsyntax
parent5f625620b5e4e29919400a0ee863942e5bf3d970 (diff)
downloadrust-2972b771344f5f16df0468d792df178614740b56.tar.gz
rust-2972b771344f5f16df0468d792df178614740b56.zip
Add issue for the rustc_private feature everywhere
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs
index 290efb15195..0d1fa6dd726 100644
--- a/src/libsyntax/lib.rs
+++ b/src/libsyntax/lib.rs
@@ -17,7 +17,7 @@
 // Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
 #![cfg_attr(stage0, feature(custom_attribute))]
 #![crate_name = "syntax"]
-#![unstable(feature = "rustc_private")]
+#![unstable(feature = "rustc_private", issue = "27812")]
 #![staged_api]
 #![crate_type = "dylib"]
 #![crate_type = "rlib"]