From 59dac3175fd7040362fd147932c5d3feaaddeba1 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 12 Aug 2015 22:19:19 -0700 Subject: libc,rand: Add issues for all unstable features --- src/liblibc/lib.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/liblibc') diff --git a/src/liblibc/lib.rs b/src/liblibc/lib.rs index 82edce6bdbd..08f0b2aa895 100644 --- a/src/liblibc/lib.rs +++ b/src/liblibc/lib.rs @@ -12,8 +12,9 @@ #![cfg_attr(stage0, feature(custom_attribute))] #![crate_name = "libc"] #![crate_type = "rlib"] -#![cfg_attr(not(feature = "cargo-build"), unstable(feature = "libc", - reason = "use `libc` from crates.io"))] +#![cfg_attr(not(feature = "cargo-build"), + unstable(feature = "libc", reason = "use `libc` from crates.io", + issue = "27783"))] #![cfg_attr(not(feature = "cargo-build"), feature(staged_api, no_std))] #![cfg_attr(not(feature = "cargo-build"), staged_api)] #![cfg_attr(not(feature = "cargo-build"), no_std)] -- cgit 1.4.1-3-g733a5