about summary refs log tree commit diff
path: root/src/libstd/ffi
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-12-14 06:52:19 +0000
committerbors <bors@rust-lang.org>2018-12-14 06:52:19 +0000
commit664ede88faf57b8fc09715fc66cd9e46490ce64d (patch)
treea3e57a948123750226a0fed966826221420039c2 /src/libstd/ffi
parent97a0bd60820374165427962e9802f4f3c3f7ff7b (diff)
parentcf47a19305d929d1870414dd6911ca3191597668 (diff)
downloadrust-664ede88faf57b8fc09715fc66cd9e46490ce64d.tar.gz
rust-664ede88faf57b8fc09715fc66cd9e46490ce64d.zip
Auto merge of #56536 - alexcrichton:update-master, r=Mark-Simulacrum
Bump to 1.33.0

* Update bootstrap compiler
* Update version to 1.33.0
* Remove some `#[cfg(stage0)]` annotations
Diffstat (limited to 'src/libstd/ffi')
-rw-r--r--src/libstd/ffi/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/ffi/mod.rs b/src/libstd/ffi/mod.rs
index 99da73adc63..f46c4f2938b 100644
--- a/src/libstd/ffi/mod.rs
+++ b/src/libstd/ffi/mod.rs
@@ -174,7 +174,6 @@ pub use self::os_str::{OsString, OsStr};
 #[stable(feature = "raw_os", since = "1.1.0")]
 pub use core::ffi::c_void;
 
-#[cfg(not(stage0))]
 #[unstable(feature = "c_variadic",
            reason = "the `c_variadic` feature has not been properly tested on \
                      all supported platforms",