Skip to content

Commit 64b90f8

Browse files
committed
Fix buildbot failures
1 parent 5cdfd84 commit 64b90f8

File tree

13 files changed

+23
-9
lines changed

13 files changed

+23
-9
lines changed

src/libstd/os/android/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
pub mod raw;
1616

17+
#[stable(feature = "raw_ext", since = "1.1.0")]
1718
pub mod fs {
18-
#![stable(feature = "raw_ext", since = "1.1.0")]
19+
#[stable(feature = "raw_ext", since = "1.1.0")]
1920
pub use sys::fs::MetadataExt;
2021
}

src/libstd/os/android/raw.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#![stable(feature = "raw_ext", since = "1.1.0")]
1414

1515
#[doc(inline)]
16+
#[stable(feature = "raw_ext", since = "1.1.0")]
1617
pub use self::arch::{dev_t, mode_t, blkcnt_t, blksize_t, ino_t, nlink_t, off_t, stat, time_t};
1718

1819
#[cfg(any(target_arch = "arm", target_arch = "x86"))]

src/libstd/os/bitrig/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
pub mod raw;
1616

17+
#[stable(feature = "raw_ext", since = "1.1.0")]
1718
pub mod fs {
18-
#![stable(feature = "raw_ext", since = "1.1.0")]
19+
#[stable(feature = "raw_ext", since = "1.1.0")]
1920
pub use sys::fs::MetadataExt;
2021
}

src/libstd/os/dragonfly/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
pub mod raw;
1616

17+
#[stable(feature = "raw_ext", since = "1.1.0")]
1718
pub mod fs {
18-
#![stable(feature = "raw_ext", since = "1.1.0")]
19+
#[stable(feature = "raw_ext", since = "1.1.0")]
1920
pub use sys::fs::MetadataExt;
2021
}

src/libstd/os/freebsd/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
pub mod raw;
1616

17+
#[stable(feature = "raw_ext", since = "1.1.0")]
1718
pub mod fs {
18-
#![stable(feature = "raw_ext", since = "1.1.0")]
19+
#[stable(feature = "raw_ext", since = "1.1.0")]
1920
pub use sys::fs::MetadataExt;
2021
}

src/libstd/os/freebsd/raw.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#[stable(feature = "raw_ext", since = "1.1.0")] pub type fflags_t = u32;
2323

2424
#[doc(inline)]
25+
#[stable(feature = "raw_ext", since = "1.1.0")]
2526
pub use self::arch::{stat, time_t};
2627

2728
#[cfg(target_arch = "x86")]

src/libstd/os/ios/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
pub mod raw;
1616

17+
#[stable(feature = "raw_ext", since = "1.1.0")]
1718
pub mod fs {
18-
#![stable(feature = "raw_ext", since = "1.1.0")]
19+
#[stable(feature = "raw_ext", since = "1.1.0")]
1920
pub use sys::fs::MetadataExt;
2021
}

src/libstd/os/macos/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
pub mod raw;
1616

17+
#[stable(feature = "raw_ext", since = "1.1.0")]
1718
pub mod fs {
18-
#![stable(feature = "raw_ext", since = "1.1.0")]
19+
#[stable(feature = "raw_ext", since = "1.1.0")]
1920
pub use sys::fs::MetadataExt;
2021
}

src/libstd/os/nacl/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
pub mod raw;
1616

17+
#[stable(feature = "raw_ext", since = "1.1.0")]
1718
pub mod fs {
18-
#![stable(feature = "raw_ext", since = "1.1.0")]
19+
#[stable(feature = "raw_ext", since = "1.1.0")]
1920
pub use sys::fs::MetadataExt;
2021
}

src/libstd/os/netbsd/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
pub mod raw;
1616

17+
#[stable(feature = "raw_ext", since = "1.1.0")]
1718
pub mod fs {
18-
#![stable(feature = "raw_ext", since = "1.1.0")]
19+
#[stable(feature = "raw_ext", since = "1.1.0")]
1920
pub use sys::fs::MetadataExt;
2021
}

0 commit comments

Comments
 (0)