diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-08-13 10:21:36 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-08-15 18:09:17 -0700 |
| commit | 2972b771344f5f16df0468d792df178614740b56 (patch) | |
| tree | 5c2c834a2f508cfb0a9d51fe04ed4851c28c1024 /src/librustc_data_structures/lib.rs | |
| parent | 5f625620b5e4e29919400a0ee863942e5bf3d970 (diff) | |
| download | rust-2972b771344f5f16df0468d792df178614740b56.tar.gz rust-2972b771344f5f16df0468d792df178614740b56.zip | |
Add issue for the rustc_private feature everywhere
Diffstat (limited to 'src/librustc_data_structures/lib.rs')
| -rw-r--r-- | src/librustc_data_structures/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs index 897a05952e6..eb9ed83b2b0 100644 --- a/src/librustc_data_structures/lib.rs +++ b/src/librustc_data_structures/lib.rs @@ -19,7 +19,7 @@ // Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364) #![cfg_attr(stage0, feature(custom_attribute))] #![crate_name = "rustc_data_structures"] -#![unstable(feature = "rustc_private")] +#![unstable(feature = "rustc_private", issue = "27812")] #![crate_type = "dylib"] #![crate_type = "rlib"] #![staged_api] |
