about summary refs log tree commit diff
path: root/src/libstd/ffi
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-12-05 06:42:56 -0800
committerAlex Crichton <alex@alexcrichton.com>2018-12-12 08:09:26 -0800
commitcf47a19305d929d1870414dd6911ca3191597668 (patch)
treebe90f3c8c33f5276f5159794db0e038b7592cdf0 /src/libstd/ffi
parentbd47d6825bf4090517549d33cfef10d3300b4a75 (diff)
downloadrust-cf47a19305d929d1870414dd6911ca3191597668.tar.gz
rust-cf47a19305d929d1870414dd6911ca3191597668.zip
Bump to 1.33.0
* Update bootstrap compiler
* Update version to 1.33.0
* Remove some `#[cfg(stage0)]` annotations

Actually updating the version number is blocked on updating Cargo
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",