Skip to content

Commit 8b02a92

Browse files
committed
---
yaml --- r: 178722 b: refs/heads/master c: 45ddf50 h: refs/heads/master v: v3
1 parent 28d981e commit 8b02a92

File tree

9 files changed

+2577
-10
lines changed

9 files changed

+2577
-10
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 3e39f0bc0e96f76610104918edaa5912f4f352df
2+
refs/heads/master: 45ddf50cebd8f3353383e473327911c1f8b34cd6
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 3b2ed14906fd9f9daa27cc7d1dad263d2f5ff450
55
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77

trunk/src/libstd/ffi/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pub use self::os_str::OsStr;
2424
mod c_str;
2525
mod os_str;
2626

27+
// FIXME (#21670): these should be defined in the os_str module
2728
/// Freely convertible to an `&OsStr` slice.
2829
pub trait AsOsStr {
2930
/// Convert to an `&OsStr` slice.

trunk/src/libstd/ffi/os_str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ use string::{String, CowString};
4141
use ops;
4242
use cmp;
4343
use hash::{Hash, Hasher, Writer};
44-
use path::{Path, GenericPath};
44+
use old_path::{Path, GenericPath};
4545

4646
use sys::os_str::{Buf, Slice};
4747
use sys_common::{AsInner, IntoInner, FromInner};

0 commit comments

Comments
 (0)