diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2015-11-18 21:16:20 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2015-11-18 21:16:20 +0300 |
| commit | 64b90f81c3ec2cf5564ed8456d836516491b9d01 (patch) | |
| tree | cdde50619da3590e4bbaed39dcb557a63a76b8d2 /src | |
| parent | 5cdfd8401b7f714be22fe7d86619e438d23b3962 (diff) | |
| download | rust-64b90f81c3ec2cf5564ed8456d836516491b9d01.tar.gz rust-64b90f81c3ec2cf5564ed8456d836516491b9d01.zip | |
Fix buildbot failures
Diffstat (limited to 'src')
| -rw-r--r-- | src/libstd/os/android/mod.rs | 3 | ||||
| -rw-r--r-- | src/libstd/os/android/raw.rs | 1 | ||||
| -rw-r--r-- | src/libstd/os/bitrig/mod.rs | 3 | ||||
| -rw-r--r-- | src/libstd/os/dragonfly/mod.rs | 3 | ||||
| -rw-r--r-- | src/libstd/os/freebsd/mod.rs | 3 | ||||
| -rw-r--r-- | src/libstd/os/freebsd/raw.rs | 1 | ||||
| -rw-r--r-- | src/libstd/os/ios/mod.rs | 3 | ||||
| -rw-r--r-- | src/libstd/os/macos/mod.rs | 3 | ||||
| -rw-r--r-- | src/libstd/os/nacl/mod.rs | 3 | ||||
| -rw-r--r-- | src/libstd/os/netbsd/mod.rs | 3 | ||||
| -rw-r--r-- | src/libstd/os/openbsd/mod.rs | 3 | ||||
| -rw-r--r-- | src/libstd/sys/common/unwind/gcc.rs | 2 | ||||
| -rw-r--r-- | src/libstd/sys/unix/time.rs | 1 |
13 files changed, 23 insertions, 9 deletions
diff --git a/src/libstd/os/android/mod.rs b/src/libstd/os/android/mod.rs index 1947bebb947..15380dc350e 100644 --- a/src/libstd/os/android/mod.rs +++ b/src/libstd/os/android/mod.rs @@ -14,7 +14,8 @@ pub mod raw; +#[stable(feature = "raw_ext", since = "1.1.0")] pub mod fs { - #![stable(feature = "raw_ext", since = "1.1.0")] + #[stable(feature = "raw_ext", since = "1.1.0")] pub use sys::fs::MetadataExt; } diff --git a/src/libstd/os/android/raw.rs b/src/libstd/os/android/raw.rs index 391ca16f692..fe28a738756 100644 --- a/src/libstd/os/android/raw.rs +++ b/src/libstd/os/android/raw.rs @@ -13,6 +13,7 @@ #![stable(feature = "raw_ext", since = "1.1.0")] #[doc(inline)] +#[stable(feature = "raw_ext", since = "1.1.0")] pub use self::arch::{dev_t, mode_t, blkcnt_t, blksize_t, ino_t, nlink_t, off_t, stat, time_t}; #[cfg(any(target_arch = "arm", target_arch = "x86"))] diff --git a/src/libstd/os/bitrig/mod.rs b/src/libstd/os/bitrig/mod.rs index 2e9f1d33951..126eab92fe3 100644 --- a/src/libstd/os/bitrig/mod.rs +++ b/src/libstd/os/bitrig/mod.rs @@ -14,7 +14,8 @@ pub mod raw; +#[stable(feature = "raw_ext", since = "1.1.0")] pub mod fs { - #![stable(feature = "raw_ext", since = "1.1.0")] + #[stable(feature = "raw_ext", since = "1.1.0")] pub use sys::fs::MetadataExt; } diff --git a/src/libstd/os/dragonfly/mod.rs b/src/libstd/os/dragonfly/mod.rs index 79ccb8a0458..b48604fa83f 100644 --- a/src/libstd/os/dragonfly/mod.rs +++ b/src/libstd/os/dragonfly/mod.rs @@ -14,7 +14,8 @@ pub mod raw; +#[stable(feature = "raw_ext", since = "1.1.0")] pub mod fs { - #![stable(feature = "raw_ext", since = "1.1.0")] + #[stable(feature = "raw_ext", since = "1.1.0")] pub use sys::fs::MetadataExt; } diff --git a/src/libstd/os/freebsd/mod.rs b/src/libstd/os/freebsd/mod.rs index 947826b8160..b1d61f8ae12 100644 --- a/src/libstd/os/freebsd/mod.rs +++ b/src/libstd/os/freebsd/mod.rs @@ -14,7 +14,8 @@ pub mod raw; +#[stable(feature = "raw_ext", since = "1.1.0")] pub mod fs { - #![stable(feature = "raw_ext", since = "1.1.0")] + #[stable(feature = "raw_ext", since = "1.1.0")] pub use sys::fs::MetadataExt; } diff --git a/src/libstd/os/freebsd/raw.rs b/src/libstd/os/freebsd/raw.rs index 2dc9a026153..cb8fadbfd6e 100644 --- a/src/libstd/os/freebsd/raw.rs +++ b/src/libstd/os/freebsd/raw.rs @@ -22,6 +22,7 @@ #[stable(feature = "raw_ext", since = "1.1.0")] pub type fflags_t = u32; #[doc(inline)] +#[stable(feature = "raw_ext", since = "1.1.0")] pub use self::arch::{stat, time_t}; #[cfg(target_arch = "x86")] diff --git a/src/libstd/os/ios/mod.rs b/src/libstd/os/ios/mod.rs index e2fe2e8a9ba..07fba4b182b 100644 --- a/src/libstd/os/ios/mod.rs +++ b/src/libstd/os/ios/mod.rs @@ -14,7 +14,8 @@ pub mod raw; +#[stable(feature = "raw_ext", since = "1.1.0")] pub mod fs { - #![stable(feature = "raw_ext", since = "1.1.0")] + #[stable(feature = "raw_ext", since = "1.1.0")] pub use sys::fs::MetadataExt; } diff --git a/src/libstd/os/macos/mod.rs b/src/libstd/os/macos/mod.rs index db3a0e0e64a..703b64ceb24 100644 --- a/src/libstd/os/macos/mod.rs +++ b/src/libstd/os/macos/mod.rs @@ -14,7 +14,8 @@ pub mod raw; +#[stable(feature = "raw_ext", since = "1.1.0")] pub mod fs { - #![stable(feature = "raw_ext", since = "1.1.0")] + #[stable(feature = "raw_ext", since = "1.1.0")] pub use sys::fs::MetadataExt; } diff --git a/src/libstd/os/nacl/mod.rs b/src/libstd/os/nacl/mod.rs index d481d45404c..b87ee4beb2c 100644 --- a/src/libstd/os/nacl/mod.rs +++ b/src/libstd/os/nacl/mod.rs @@ -14,7 +14,8 @@ pub mod raw; +#[stable(feature = "raw_ext", since = "1.1.0")] pub mod fs { - #![stable(feature = "raw_ext", since = "1.1.0")] + #[stable(feature = "raw_ext", since = "1.1.0")] pub use sys::fs::MetadataExt; } diff --git a/src/libstd/os/netbsd/mod.rs b/src/libstd/os/netbsd/mod.rs index bdb003b877b..ff6f76ba1d5 100644 --- a/src/libstd/os/netbsd/mod.rs +++ b/src/libstd/os/netbsd/mod.rs @@ -14,7 +14,8 @@ pub mod raw; +#[stable(feature = "raw_ext", since = "1.1.0")] pub mod fs { - #![stable(feature = "raw_ext", since = "1.1.0")] + #[stable(feature = "raw_ext", since = "1.1.0")] pub use sys::fs::MetadataExt; } diff --git a/src/libstd/os/openbsd/mod.rs b/src/libstd/os/openbsd/mod.rs index bdb003b877b..ff6f76ba1d5 100644 --- a/src/libstd/os/openbsd/mod.rs +++ b/src/libstd/os/openbsd/mod.rs @@ -14,7 +14,8 @@ pub mod raw; +#[stable(feature = "raw_ext", since = "1.1.0")] pub mod fs { - #![stable(feature = "raw_ext", since = "1.1.0")] + #[stable(feature = "raw_ext", since = "1.1.0")] pub use sys::fs::MetadataExt; } diff --git a/src/libstd/sys/common/unwind/gcc.rs b/src/libstd/sys/common/unwind/gcc.rs index 0a598b55951..e9f2afbf55e 100644 --- a/src/libstd/sys/common/unwind/gcc.rs +++ b/src/libstd/sys/common/unwind/gcc.rs @@ -253,12 +253,14 @@ pub mod eh_frame_registry { } #[cfg(not(test))] #[no_mangle] + #[unstable(feature = "libstd_sys_internals", issue = "0")] pub unsafe extern fn rust_eh_register_frames(eh_frame_begin: *const u8, object: *mut u8) { __register_frame_info(eh_frame_begin, object); } #[cfg(not(test))] #[no_mangle] + #[unstable(feature = "libstd_sys_internals", issue = "0")] pub unsafe extern fn rust_eh_unregister_frames(eh_frame_begin: *const u8, object: *mut u8) { __deregister_frame_info(eh_frame_begin, object); diff --git a/src/libstd/sys/unix/time.rs b/src/libstd/sys/unix/time.rs index 9b093f60f03..5b60b821c34 100644 --- a/src/libstd/sys/unix/time.rs +++ b/src/libstd/sys/unix/time.rs @@ -47,6 +47,7 @@ mod inner { } } + #[unstable(feature = "libstd_sys_internals", issue = "0")] impl<'a> Sub for &'a SteadyTime { type Output = Duration; |
