diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-02-17 15:16:22 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-02-17 17:26:59 -0800 |
| commit | d8ba8b00a7be7c9aba8fb5a6c0174e526c5a3d4d (patch) | |
| tree | e5174e340d1249a638ed4b75fa52d22309bf8e66 /src/libstd | |
| parent | c166fd3041208bda4a55e1fcaaf14a38cc3d6158 (diff) | |
| parent | a2ebb24ee6cc76791ef834cb2d17ecac95756499 (diff) | |
| download | rust-d8ba8b00a7be7c9aba8fb5a6c0174e526c5a3d4d.tar.gz rust-d8ba8b00a7be7c9aba8fb5a6c0174e526c5a3d4d.zip | |
rollup merge of #22459: alexcrichton/feature-names
Conflicts: src/rustbook/main.rs
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/old_io/mod.rs | 2 | ||||
| -rw-r--r-- | src/libstd/old_path/mod.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/old_io/mod.rs b/src/libstd/old_io/mod.rs index 3b35444df31..90c41a421d5 100644 --- a/src/libstd/old_io/mod.rs +++ b/src/libstd/old_io/mod.rs @@ -238,7 +238,7 @@ //! concerned with error handling; instead its caller is responsible for //! responding to errors that may occur while attempting to read the numbers. -#![unstable(feature = "io")] +#![unstable(feature = "old_io")] #![deny(unused_must_use)] pub use self::SeekStyle::*; diff --git a/src/libstd/old_path/mod.rs b/src/libstd/old_path/mod.rs index 17cfe1c8297..37de2993c4d 100644 --- a/src/libstd/old_path/mod.rs +++ b/src/libstd/old_path/mod.rs @@ -59,7 +59,7 @@ //! println!("path exists: {}", path.exists()); //! ``` -#![unstable(feature = "path")] +#![unstable(feature = "old_path")] use core::marker::Sized; use ffi::CString; |
